aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/partials/head.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/simple/layouts/partials/head.html')
-rw-r--r--themes/simple/layouts/partials/head.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/simple/layouts/partials/head.html b/themes/simple/layouts/partials/head.html
index 3ec127a..b79a030 100644
--- a/themes/simple/layouts/partials/head.html
+++ b/themes/simple/layouts/partials/head.html
@@ -2,7 +2,8 @@
2<meta name="theme-color" content="#ffffff"> 2<meta name="theme-color" content="#ffffff">
3<meta name="viewport" content="width=device-width, initial-scale=1.0"> 3<meta name="viewport" content="width=device-width, initial-scale=1.0">
4 4
5<link rel="alternate" type="application/rss+xml" href="/index.xml"> 5<link rel="alternate" type="application/rss+xml" href="/index.xml" title="{{ .Site.Author.name }}">
6<link rel="alternate" type="application/rss+xml" href="/yap/feed.xml" title="Microblog - {{ .Site.Author.name }}">
6 7
7<link rel="icon" type="image/gif" href="/general/favicon.gif" /> 8<link rel="icon" type="image/gif" href="/general/favicon.gif" />
8 9