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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/simple/layouts/partials/head.html b/themes/simple/layouts/partials/head.html
index 6d40525..fc481fc 100644
--- a/themes/simple/layouts/partials/head.html
+++ b/themes/simple/layouts/partials/head.html
@@ -5,7 +5,7 @@
5<meta name="viewport" content="width=device-width, initial-scale=1.0"> 5<meta name="viewport" content="width=device-width, initial-scale=1.0">
6 6
7<link rel="alternate" type="application/rss+xml" href="/index.xml" title="{{ .Site.Author.name }}"> 7<link rel="alternate" type="application/rss+xml" href="/index.xml" title="{{ .Site.Author.name }}">
8<link rel="alternate" type="application/rss+xml" href="/notes.xml" title="{{ .Site.Author.name }} - Notes"> 8<link rel="alternate" type="application/rss+xml" href="/notes/index.xml" title="{{ .Site.Author.name }} - Notes">
9 9
10<link rel="stylesheet" href="/general/index.css?v={{ $cachebuster }}"> 10<link rel="stylesheet" href="/general/index.css?v={{ $cachebuster }}">
11 11