simple shortcodes
This commit is contained in:
parent
1d39002bb5
commit
ba252d7d6a
10 changed files with 209 additions and 9 deletions
|
@ -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 %}
|
Loading…
Add table
Add a link
Reference in a new issue