Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/schollz/onetwothree.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Scholl <zack.scholl@gmail.com>2017-12-26 01:59:38 +0300
committerZack Scholl <zack.scholl@gmail.com>2017-12-26 01:59:38 +0300
commit7da725019ff1045bf0c14e974cf523d4aaa907f3 (patch)
tree05967b23923a0df57682681764a7de838fd2c6f6
parent5afa184d9317ab036a7410e33b093946b51ae35d (diff)
Show the RSS feed
-rwxr-xr-xlayouts/partials/header.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 3d72045..f4e54a3 100755
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -33,18 +33,18 @@
<link rel="stylesheet" type="text/css" href="/css/style{{ $.Site.Params.style }}.css">
<script src="/js/caption.js"></script>
</head>
-
<body>
- {{ if $.Site.Params.analytics }}
+{{ if $.Site.Params.analytics }}
<img src="https://analytics.schollz.com/1.png?page={{ .Permalink }}" width=1px height=1px style="float:right;">
{{ end }}
-
-
-
<header >
- <a href="/" style="float: left;color:#777;"><strong>{{ $.Site.Title }}</strong></a>
- {{ range $i, $e:= $.Site.Params.navigation }}{{ if eq $i 0}}{{else}}&nbsp;&nbsp;·&nbsp;&nbsp;{{end}}{{ with $.Site.GetPage "page" . }}<a href="{{ lower .Permalink }}" style="color:#777;"><strong>{{ title .Title }}</strong></a>{{ end }}{{ end }}
-
+ <a href="/" style="float: left;color:#777;"><strong>{{ $.Site.Title }}</strong>
+ </a>
+ <a href="/index.xml" style="color:#777;float: left;"><strong>
+ &nbsp;
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-rss"><path d="M4 11a9 9 0 0 1 9 9"></path><path d="M4 4a16 16 0 0 1 16 16"></path><circle cx="5" cy="19" r="1"></circle></svg>
+</strong></a>
+{{ range $i, $e:= $.Site.Params.navigation }}{{ if eq $i 0}}{{else}}&nbsp;&nbsp;·&nbsp;&nbsp;{{end}}{{ with $.Site.GetPage "page" . }}<a href="{{ lower .Permalink }}" style="color:#777;"><strong>{{ title .Title }}</strong></a>{{ end }}{{ end }}
{{ if .Draft }}
DRAFT
{{ end }}