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:
@@ -5,7 +5,10 @@
|
|||||||
<div id="info">
|
<div id="info">
|
||||||
<h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
|
<h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
|
||||||
<div class="meta">
|
<div class="meta">
|
||||||
{{ .Date.Format "January 2, 2006" }} · {{ if lt 1 .WordCount }}{{ .WordCount }} words{{ else }}{{ .WordCount }} word{{ end }} · {{ .ReadingTime }} minute read
|
by <a rel="me author" href="{{ .Site.BaseURL }}" title="Jake Jarvis">Jake Jarvis</a> ·
|
||||||
|
{{ .Date.Format "January 2, 2006" }} ·
|
||||||
|
<!-- {{ if lt 1 .WordCount }}{{ .WordCount }} words{{ else }}{{ .WordCount }} word{{ end }} · -->
|
||||||
|
{{ .ReadingTime }} minute read
|
||||||
<div class="tags">
|
<div class="tags">
|
||||||
{{ with .Params.tags }}{{ if ge (len .) 1 }}
|
{{ 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 }}
|
||||||
|
@@ -661,6 +661,11 @@ body#notes div#single div.meta {
|
|||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body#notes div#single div.meta a {
|
||||||
|
color: #777777;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
body#notes div#single div.meta div.tags {
|
body#notes div#single div.meta div.tags {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
|
Reference in New Issue
Block a user