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-05 16:02:48 +0300
committerZack Scholl <zack.scholl@gmail.com>2017-12-05 16:02:48 +0300
commit344b099e477b720bfef756b1bfe062fba3621366 (patch)
tree5e78c5d6e38bfb844b82b0d38fbb7f14bb472b14 /layouts
parentad9bdf524604c3fff0c32bccd847f9f8045dc93f (diff)
Update CSS
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/middle.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/partials/middle.html b/layouts/partials/middle.html
index 4e9cb9d..8bc1cfe 100644
--- a/layouts/partials/middle.html
+++ b/layouts/partials/middle.html
@@ -1,8 +1,8 @@
<header>
-<a href="/">/posts</a>
+<strong><a href="/" style="color:black;">/posts</a></strong>
{{ range $.Site.Params.navigation }}{{ with $.Site.GetPage "page" . }}
-&nbsp;·&nbsp;&nbsp;<a href="{{ lower .Permalink }}" style="color:black;">/{{ .Title }}</a>
+&nbsp;·&nbsp;&nbsp;<a href="{{ lower .Permalink }}" style="color:black;"><strong>/{{ lower .Title }}</strong></a>
{{ end }}{{ end }}
{{ if .Draft }}
@@ -15,11 +15,11 @@ DRAFT
{{ if eq .Type "post"}}
<p>
<aside>{{ .Date.Format "January 2, 2006"}}
- {{ if .Params.tags }}
+ <!--{{ if .Params.tags }}
/// <em>{{ range $i, $e := .Params.tags }}{{ if $i }}, {{ end }}<a href="/tags/{{$e}}/">{{ $e }}</a>{{ end }}
</em>
- {{ end }}
+ {{ end }}-->
</aside>
<a href="{{ .Permalink }}">{{ .Title }}</a>
</p>