aboutsummaryrefslogtreecommitdiff
path: root/generators
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-10-18 15:10:42 -0400
committerThedro Neely <thedroneely@gmail.com>2019-10-18 15:11:26 -0400
commit8338e52e3eb75e4154ced7a47413cf294082fd53 (patch)
tree0e798dff21d978ccd00b0e331a24aa86ed4f0e11 /generators
parent14b639bc0ba33ae9d956a4ebc2e4f54c9d1a035a (diff)
downloadthedroneely.com-8338e52e3eb75e4154ced7a47413cf294082fd53.tar.gz
thedroneely.com-8338e52e3eb75e4154ced7a47413cf294082fd53.tar.bz2
thedroneely.com-8338e52e3eb75e4154ced7a47413cf294082fd53.zip
generators/openring/template: Make font sizes consistent
Update background colors on more content sections
Diffstat (limited to 'generators')
-rw-r--r--generators/openring/template.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/generators/openring/template.html b/generators/openring/template.html
index cfc0368..1c1cdb8 100644
--- a/generators/openring/template.html
+++ b/generators/openring/template.html
@@ -7,8 +7,8 @@
<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>
- <small class="is-block has-text-grey-dark">{{ .Date | date }}</small>
+ <div class="source is-block">by <a href="{{ .SourceLink}} ">{{ .SourceTitle }}</a></div>
+ <div class="is-block has-text-grey-dark">{{ .Date | date }}</div>
</li>
{{end}}