about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--webring.template6
1 files changed, 4 insertions, 2 deletions
diff --git a/webring.template b/webring.template
index d9d4c50..1238f4b 100644
--- a/webring.template
+++ b/webring.template
@@ -9,9 +9,11 @@
   <section class="articles">
     {{range .Articles}}
     <div class="footer-col article">
-      <h4 class="title">
+      <h3 class="title">
+        <small>
         <a href="{{.Link}}" target="_blank" rel="noopener">{{.Title}}</a>
-      </h4>
+        </small>
+      </h3>
       <p class="summary">{{.Summary}}</p>
       <small class="source">
         via <a href="{{.SourceLink}}">{{.SourceTitle}}</a>