1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 03:01:17 -04:00

responsive CSS fixes on blog singles

This commit is contained in:
2019-03-31 16:40:23 -04:00
parent deb6483ccf
commit aed521bffa
2 changed files with 9 additions and 13 deletions

View File

@@ -2,16 +2,16 @@
<div id="single">
<div id="info">
<h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
<h2 class="headline">
<div class="meta">
{{ .Date.Format "January 2, 2006" }} &middot; {{ if lt 1 .WordCount }}{{ .WordCount }} words{{ else }}{{ .WordCount }} word{{ end }} &middot; {{ .ReadingTime }} minute read
<span class="tags">
<div class="tags">
{{ with .Params.tags }}
{{ if ge (len .) 1 }}
{{ range . }}<span class="tag"><!--<a href="{{ $.Site.BaseURL }}tags/{{ . | urlize }}">-->{{ . }}<!--</a>--></span>{{ end }}
{{ range . }}<span class="tag"><!--<a href="{{ $.Site.BaseURL }}tags/{{ . | urlize }}">-->{{ . }}<!--</a>--></span> {{ end }}
{{ end }}
{{ end }}
</span>
</h2>
</div>
</div>
</div>
{{ if .Site.Params.enableToc }}
{{ if .TableOfContents }}