Adding mermaid - it's really small for some reason
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2022-11-13 00:41:20 -05:00
parent 84d8d80d9b
commit 8e4042a0ba
4 changed files with 110 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
{% import "macros/macros.html" as post_macros %}
<!DOCTYPE html>
<html>
{% include "partials/header.html" %}
<body>
<div class="content">
{% include "partials/nav.html" %}
{# Post page is the default #}
{% block main_content %}
Nothing here?!
{% endblock main_content %}
</div>
</body>
</html>