this repo has no description

ft: add halmos to end of the articles

Changed files
+7 -3
sass
templates
+5
sass/_main.scss
···
}
}
}
···
}
}
}
+
+
.halmos {
+
text-align: right;
+
font-size: 1.5em;
+
}
-2
shell.nix
···
pkgs.mkShell {
buildInputs = [
blog.zola
-
pkgs.pandoc
-
pkgs.texlive.combined.scheme-small
pkgs.vale
pkgs.mdl
];
···
pkgs.mkShell {
buildInputs = [
blog.zola
pkgs.vale
pkgs.mdl
];
+2 -1
templates/page.html
···
{%- endif -%}
<div class="post-content e-content">
{{ page.content | safe }}
</div>
{%- if config.extra.for_hire -%}
<div class="for-hire">
···
page.title }}">~hauleth/blog@lists.sr.ht</a>
(<a href="https://lists.sr.ht/~hauleth/blog">archive</a>).</p>
</div>
-
{%- endif -%}
<div class="webmentions">
{%- set webmentions = load_data(url="https://webmention.io/api/mentions.jf2?target=" ~ page.permalink, format="json") -%}
···
No webmentions yet, you can be first.
{%- endif -%}
</div>
</article>
{%- endblock main -%}
···
{%- endif -%}
<div class="post-content e-content">
{{ page.content | safe }}
+
<div class="halmos">&#x220e;</div>
</div>
{%- if config.extra.for_hire -%}
<div class="for-hire">
···
page.title }}">~hauleth/blog@lists.sr.ht</a>
(<a href="https://lists.sr.ht/~hauleth/blog">archive</a>).</p>
</div>
<div class="webmentions">
{%- set webmentions = load_data(url="https://webmention.io/api/mentions.jf2?target=" ~ page.permalink, format="json") -%}
···
No webmentions yet, you can be first.
{%- endif -%}
</div>
+
{%- endif -%}
</article>
{%- endblock main -%}