Skip to content

Commit

Permalink
Fixes to custom Jekyll headers
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Sep 3, 2024
1 parent e584132 commit 6a90713
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions _includes/head-custom.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
<!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
<meta name="keywords" content="astronomy, astrometry, C, C++, library, NOVAS"/>
<meta name="keywords" content="structured data, JSON, C, C++, software library"/>
<meta name="author" content="Attila Kovacs"/>
<meta name="copyright" content="(C)2024 Attila Kovacs" />
<meta name="robots" content="index,follow"/>
<meta property="og:image" content="https://smithsonian.github.io/SuperNOVAS/images/SuperNOVAS-800x460.png" />
<meta name="twitter:image" content="https://smithsonian.github.io/SuperNOVAS/images/SuperNOVAS-800x460.png" />

<!-- Setup Google Analytics -->
{% include head-custom-google-analytics.html %}

<!-- You can set your favicon here -->
<link rel="shortcut icon" type="image/x-icon" href="/SuperNOVAS/resources/favicon.ico">
<link rel="icon" type="image/png" sizes="192x192" href="/SuperNOVAS/resources/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="512x512" href="/SuperNOVAS/resources/android-chrome-512x512.png">
<link rel="apple-touch-icon" type="image/x-icon" href="/SuperNOVAS/resources/apple-touch-icon.png">
<link rel="shortcut icon" type="image/x-icon" href="/xchange/resources/favicon.ico">
<link rel="icon" type="image/png" sizes="192x192" href="/xchange/resources/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="512x512" href="/xchange/resources/android-chrome-512x512.png">
<link rel="apple-touch-icon" type="image/x-icon" href="/xchange/resources/apple-touch-icon.png">

<!-- end custom head snippets -->
2 changes: 1 addition & 1 deletion _includes/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"","short_name":"","icons":[{"src":"/SuperNOVAS.home/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/SuperNOVAS.home/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
{"name":"","short_name":"","icons":[{"src":"/xchange/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/xcange/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

0 comments on commit 6a90713

Please sign in to comment.