This repository has been archived on 2024-02-04. You can view files and clone it, but cannot push or open issues or pull requests.
blog.polynom.me/layout/item.html
Alexander PapaTutuWawa 78b4a745bd Implement MathJax
If a post needs to render math equations, it only has
to include the mathjax.json params.
2020-09-22 18:26:09 +02:00

14 lines
337 B
HTML

<div class="horizontal-center">
<div class="post-list-item">
<h2><a class="post-title" href="/{{ slug }}.html">{{ title }}</a></h2>
<p><b>&gt; {{ date }}</b></p>
<p class="post-summary">
<div class="quote text">
{{ summary }}...
</div>
</p>
</div>
</div>