aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-09-06 00:31:46 -0400
committerThedro Neely <thedroneely@gmail.com>2021-09-06 00:31:46 -0400
commit76da48ac3029129153f5a41c03789624206e74a4 (patch)
tree9cce1d1ab2c63dfbde7482d10ca63c87fee7528c
parentdac5981e41a6fd13a6d12128eec3d814b9cc7f21 (diff)
downloadthedroneely.com-76da48ac3029129153f5a41c03789624206e74a4.tar.gz
thedroneely.com-76da48ac3029129153f5a41c03789624206e74a4.tar.bz2
thedroneely.com-76da48ac3029129153f5a41c03789624206e74a4.zip
generators/hugo/layouts/_default/single: Use consistent bottom headers
-rw-r--r--generators/hugo/themes/tdro/layouts/_default/single.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/generators/hugo/themes/tdro/layouts/_default/single.html b/generators/hugo/themes/tdro/layouts/_default/single.html
index 50e1ef4..1265bd3 100644
--- a/generators/hugo/themes/tdro/layouts/_default/single.html
+++ b/generators/hugo/themes/tdro/layouts/_default/single.html
@@ -50,7 +50,7 @@
<div class="column is-7">
<section class="section-vertical">
- <h2 class="is-size-4 has-margin-bottom-lg">More Content</h2>
+ <h2 class="is-uppercase is-size-5 has-spacing-widest has-margin-bottom-lg">More Content</h2>
{{ $related := shuffle .Site.RegularPages | first 3 }}
{{ with $related }}
{{ range . }}
@@ -100,11 +100,11 @@
<link rel="stylesheet" href="/css/syntax-highlight.css">
{{ end }}
-<aside class="section content container comments__section">
+<aside class="section content container">
<div class="columns is-centered">
<div class="column is-7">
- <h1 id="comments" class="is-size-4">Comments</h1>
+ <h1 id="comments" class="is-uppercase is-size-5 has-spacing-widest">Comments</h1>
<script
data-isso="/isso/"