aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-08-15 21:54:51 -0400
committerThedro Neely <thedroneely@gmail.com>2019-08-15 21:54:51 -0400
commit1e744f863b6337e1e75a299c55e99dc83c1dbe59 (patch)
tree2dcdf1133a731d49a9142f088a7e70e782c38a44 /generators/hugo/themes
parentb7c77177c1b940fff3f7cfa3609b05db054436dd (diff)
downloadthedroneely.com-1e744f863b6337e1e75a299c55e99dc83c1dbe59.tar.gz
thedroneely.com-1e744f863b6337e1e75a299c55e99dc83c1dbe59.tar.bz2
thedroneely.com-1e744f863b6337e1e75a299c55e99dc83c1dbe59.zip
hugo/layouts/_default/single: Add author and date on more content section
Diffstat (limited to 'generators/hugo/themes')
-rw-r--r--generators/hugo/themes/tdro/layouts/_default/single.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/generators/hugo/themes/tdro/layouts/_default/single.html b/generators/hugo/themes/tdro/layouts/_default/single.html
index 4902630..548ef67 100644
--- a/generators/hugo/themes/tdro/layouts/_default/single.html
+++ b/generators/hugo/themes/tdro/layouts/_default/single.html
@@ -54,6 +54,8 @@
<h2><a href="{{ .RelPermalink }}" title="{{ .Title }}" class="serif is-size-4 is-block has-margin-bottom-md">{{ .Title }}</a></h2>
<div class="content">
<p>{{ truncate 100 "..." .Summary }}</p>
+ <small class="is-block">by <a href="/">Thedro</a></small>
+ <small class="has-text-grey-dark">{{ dateFormat "January 2, 2006" .Date }}</small>
</div>
</article>
</div>