git ssb

0+

Grey the earthling / gkn.me.uk



Commit 7bd884aae9814c7bcd95faa745c2fbe7cf225454

Add hidden <hr> at the start of article footer

This replicates the graphical layout better.
Greg K Nicholson committed on 2/16/2018, 1:17:08 PM
Parent: f68156f1e8e9d60cee5046059d75be3aef74e1f2

Files changed

themes/ran/templates/article.htmlchanged
themes/ran/templates/article.htmlView
@@ -77,8 +77,9 @@
7777 {%- if article.links or article.related_posts -%}
7878 {#- <!-- article.related_posts implies that
7979 at least 1 tag also appears in another article. --> -#}
8080 <footer>
81 + <hr class="visuallyhidden">
8182 {%- if article.links -%}
8283 <ul class="biglinks">
8384 {%- for link in article.links -%}
8485 <li>

Built with git-ssb-web