1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 15:45:33 -04:00

byline on blog posts

This commit is contained in:
2019-04-03 11:23:03 -04:00
parent 25b124afee
commit 4a66dfc5d4
2 changed files with 9 additions and 1 deletions

View File

@@ -5,7 +5,10 @@
<div id="info">
<h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
<div class="meta">
{{ .Date.Format "January 2, 2006" }} &middot; {{ if lt 1 .WordCount }}{{ .WordCount }} words{{ else }}{{ .WordCount }} word{{ end }} &middot; {{ .ReadingTime }} minute read
by <a rel="me author" href="{{ .Site.BaseURL }}" title="Jake Jarvis">Jake Jarvis</a> &middot;
{{ .Date.Format "January 2, 2006" }} &middot;
<!-- {{ if lt 1 .WordCount }}{{ .WordCount }} words{{ else }}{{ .WordCount }} word{{ end }} &middot; -->
{{ .ReadingTime }} minute read
<div class="tags">
{{ with .Params.tags }}{{ if ge (len .) 1 }}
{{ range . }}<span class="tag"><!--<a href="{{ $.Site.BaseURL }}tags/{{ . | urlize }}">-->{{ . }}<!--</a>--></span> {{ end }}

View File

@@ -661,6 +661,11 @@ body#notes div#single div.meta {
letter-spacing: 1px;
}
body#notes div#single div.meta a {
color: #777777;
border: none;
}
body#notes div#single div.meta div.tags {
text-transform: uppercase;
line-height: 1.5em;