Compare commits

..

No commits in common. "f44ae3d46df37601cdf6a28111b6a3d9d5b6a132" and "dccbceb2187b21f0e922ec337be65d8226ef9c57" have entirely different histories.

2 changed files with 3 additions and 5 deletions

View File

@ -6,11 +6,9 @@
<h1 class="p-name">{{ .Title }}</h1>
{{ end }}
{{ define "content" }}
{{ if .Content }}
<div class="list-content e-content">
<header class="list-content e-content">
{{ .Content }}
</div>
{{ end }}
</header>
{{ range $index, $page := (.Paginate (where .Pages ".Params.hidden" "!=" "true")).Pages }}
{{ if ne $index 0 }}
{{ end }}

View File

@ -3,7 +3,7 @@
{{ .Title }} &ndash; {{ .Site.Title }}
{{ end }}
{{ define "content-header" }}
<h1 class="p-name u-url"><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
<h1 class="p-name">{{ .Title }}</h1>
<p>
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>