aboutsummaryrefslogtreecommitdiff
path: root/generators
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-08-25 19:13:26 -0400
committerThedro Neely <thedroneely@gmail.com>2019-08-25 19:13:26 -0400
commit0a1c237392e4b8e02f9a1eee6363168f93835f96 (patch)
treed9e698fa7b363e01122e9368ce19632501152fe5 /generators
parentef14b603a7dbd94777b3b07f26a0a6e80c76f3af (diff)
downloadthedroneely.com-0a1c237392e4b8e02f9a1eee6363168f93835f96.tar.gz
thedroneely.com-0a1c237392e4b8e02f9a1eee6363168f93835f96.tar.bz2
thedroneely.com-0a1c237392e4b8e02f9a1eee6363168f93835f96.zip
generators/hugo/layouts/_default/single: Use horizontal line for section
Diffstat (limited to 'generators')
-rw-r--r--generators/hugo/themes/tdro/layouts/_default/single.html2
-rw-r--r--generators/openring/template.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/generators/hugo/themes/tdro/layouts/_default/single.html b/generators/hugo/themes/tdro/layouts/_default/single.html
index 61e1ee6..b2bf08c 100644
--- a/generators/hugo/themes/tdro/layouts/_default/single.html
+++ b/generators/hugo/themes/tdro/layouts/_default/single.html
@@ -61,7 +61,7 @@
{{ end }}
{{ end }}
- <br>
+ <hr>
<section class="webring">
<a href="https://git.sr.ht/~sircmpwn/openring"
diff --git a/generators/openring/template.html b/generators/openring/template.html
index 2b66a72..cfc0368 100644
--- a/generators/openring/template.html
+++ b/generators/openring/template.html
@@ -4,7 +4,7 @@
{{ range .Articles }}
<li>
- <h2 class="has-margin-none">
+ <h2>
<a href="{{ .Link }}" target="_blank" rel="noopener" title="{{ .Summary }}" class="serif is-size-4">{{ .Title }}</a>
</h2>
<small class="source is-block">by <a href="{{ .SourceLink}} ">{{ .SourceTitle }}</a></small>