simple shortcodes

This commit is contained in:
lynxize 2024-11-12 21:06:52 -07:00
parent 1d39002bb5
commit ba252d7d6a
10 changed files with 209 additions and 9 deletions

View file

@ -2,7 +2,17 @@
{% block content %}
<h1 class="title">
This is my blog made with Zola.
New Website!! (WIP)
</h1>
Professional waster of time, purveyor of useless activities, and chronic avoider of productivity.
<!-- br brr brrrrr (bad) -->
<br>
<br>
I write bad code for fun and play games
<br>
<br>
<a href="/about">More about me</a>.
<p><a href="{{ get_url(path='@/blog/_index.md') }}">Posts</a>.</p>
{% endblock content %}