My personal blog hauleth.dev
blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ft: add halmos to end of the articles

+7 -3
+5
sass/_main.scss
··· 263 263 } 264 264 } 265 265 } 266 + 267 + .halmos { 268 + text-align: right; 269 + font-size: 1.5em; 270 + }
-2
shell.nix
··· 6 6 pkgs.mkShell { 7 7 buildInputs = [ 8 8 blog.zola 9 - pkgs.pandoc 10 - pkgs.texlive.combined.scheme-small 11 9 pkgs.vale 12 10 pkgs.mdl 13 11 ];
+2 -1
templates/page.html
··· 23 23 {%- endif -%} 24 24 <div class="post-content e-content"> 25 25 {{ page.content | safe }} 26 + <div class="halmos">&#x220e;</div> 26 27 </div> 27 28 {%- if config.extra.for_hire -%} 28 29 <div class="for-hire"> ··· 59 60 page.title }}">~hauleth/blog@lists.sr.ht</a> 60 61 (<a href="https://lists.sr.ht/~hauleth/blog">archive</a>).</p> 61 62 </div> 62 - {%- endif -%} 63 63 64 64 <div class="webmentions"> 65 65 {%- set webmentions = load_data(url="https://webmention.io/api/mentions.jf2?target=" ~ page.permalink, format="json") -%} ··· 83 83 No webmentions yet, you can be first. 84 84 {%- endif -%} 85 85 </div> 86 + {%- endif -%} 86 87 </article> 87 88 {%- endblock main -%}