aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-06-11 21:28:12 -0400
committerThedro Neely <thedroneely@gmail.com>2019-06-11 21:28:12 -0400
commit7d66a041427113b52a0439fa3ef3feb59e416f5f (patch)
treee9d48d62007b5aa8a9417c666c255da0bbc4c2cd /generators/hugo/themes/tdro
parent82fd98941655bd84972a073cef4639073eabe8d1 (diff)
downloadthedroneely.com-7d66a041427113b52a0439fa3ef3feb59e416f5f.tar.gz
thedroneely.com-7d66a041427113b52a0439fa3ef3feb59e416f5f.tar.bz2
thedroneely.com-7d66a041427113b52a0439fa3ef3feb59e416f5f.zip
generators/_default/summary: Syntax updates
Diffstat (limited to 'generators/hugo/themes/tdro')
-rw-r--r--generators/hugo/themes/tdro/layouts/_default/summary.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/generators/hugo/themes/tdro/layouts/_default/summary.html b/generators/hugo/themes/tdro/layouts/_default/summary.html
index 481db6b..8a8dabd 100644
--- a/generators/hugo/themes/tdro/layouts/_default/summary.html
+++ b/generators/hugo/themes/tdro/layouts/_default/summary.html
@@ -16,15 +16,17 @@
<article>
<header class="post-header">
- <h2 class="article__title title is-5 has-text-weight-bold">
+ <h1 class="article__title title is-5 has-text-weight-bold">
<a href="{{ .Permalink }}" title="{{ .Title }}">{{ .Title }}</a>
- </h2>
+ </h1>
<p class="article__date subtitle is-6">
- {{ partial "page-date.html" . }}{{ partial "page-status.html" .}} · {{ partial "read-time.html" .}} </p>
+ {{ partial "page-date.html" . }}{{ partial "page-status.html" .}} · {{ partial "read-time.html" .}}
+ </p>
+
</header>
<p class="article__summary">{{ if .Params.summary }}{{ .Params.summary }}{{ else }}{{ .Summary }}{{ end }}</p>
- <a class="underline" href='{{ .Permalink }}'>Continue reading ({{ .FuzzyWordCount }} words)</a>
+ <p><a class="underline" href='{{ .Permalink }}'>Continue reading ({{ .FuzzyWordCount }} words)</a></p>
</article>
</div>