Browse Source

Added atom meta link

Signed-off-by: Blagovest Petrov <blagovest@petrovs.info>
pull/1/head
Blagovest Petrov 4 years ago
parent
commit
78847adc1a
  1. 1
      layouts/partials/head.html

1
layouts/partials/head.html

@ -7,6 +7,7 @@
<meta name="theme-color" content="#000084" /> <meta name="theme-color" content="#000084" />
<link rel="icon" href="{{ .Site.BaseURL }}/favicon.ico"> <link rel="icon" href="{{ .Site.BaseURL }}/favicon.ico">
<link rel="canonical" href="{{ .Site.BaseURL }}"> <link rel="canonical" href="{{ .Site.BaseURL }}">
<link rel="alternate" type="application/atom+xml" title="Atom 2.0" href="https://petrovs.info/index.xml">
{{/* Don't ask why it's like this. This original theme is a mess... */}} {{/* Don't ask why it's like this. This original theme is a mess... */}}
<!-- <noscript><style>body { visibility: visible }</style></noscript> --> <!-- <noscript><style>body { visibility: visible }</style></noscript> -->
</head> </head>

Loading…
Cancel
Save