Compare commits
2 Commits
dccbceb218
...
f44ae3d46d
Author | SHA1 | Date |
---|---|---|
Kevin C. Coram | f44ae3d46d | |
Kevin C. Coram | 1a2aa49bbf |
|
@ -6,9 +6,11 @@
|
||||||
<h1 class="p-name">{{ .Title }}</h1>
|
<h1 class="p-name">{{ .Title }}</h1>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ define "content" }}
|
{{ define "content" }}
|
||||||
<header class="list-content e-content">
|
{{ if .Content }}
|
||||||
|
<div class="list-content e-content">
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</header>
|
</div>
|
||||||
|
{{ end }}
|
||||||
{{ range $index, $page := (.Paginate (where .Pages ".Params.hidden" "!=" "true")).Pages }}
|
{{ range $index, $page := (.Paginate (where .Pages ".Params.hidden" "!=" "true")).Pages }}
|
||||||
{{ if ne $index 0 }}
|
{{ if ne $index 0 }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{{ .Title }} – {{ .Site.Title }}
|
{{ .Title }} – {{ .Site.Title }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ define "content-header" }}
|
{{ define "content-header" }}
|
||||||
<h1 class="p-name">{{ .Title }}</h1>
|
<h1 class="p-name u-url"><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
|
||||||
<p>
|
<p>
|
||||||
Published by <a class="p-author h-card" href="{{ .Site.BaseURL }}">{{ .Site.Params.Card.Author }}</a> on
|
Published by <a class="p-author h-card" href="{{ .Site.BaseURL }}">{{ .Site.Params.Card.Author }}</a> on
|
||||||
<time class="dt-published" datetime="{{ .Date }}">{{ .Date.Format "January 2, 2006" }}</time>
|
<time class="dt-published" datetime="{{ .Date }}">{{ .Date.Format "January 2, 2006" }}</time>
|
||||||
|
|
Loading…
Reference in New Issue