diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-10-09 16:48:35 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-10-09 16:48:35 +0700 |
commit | ab56ed30a1711a24cea2ea85fd739343f4975358 (patch) | |
tree | 2c0a34f7657a09dbf28dc0f1e31e5d507c3209f3 /webring.template | |
parent | 6981e6f2ace5a23fe3bdfcc41263bb908ab7850e (diff) | |
download | blog-ab56ed30a1711a24cea2ea85fd739343f4975358.tar.gz |
Make webring title smaller
Diffstat (limited to 'webring.template')
-rw-r--r-- | webring.template | 6 |
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> |