myWebLog theme (#16)

* Add myWebLog theme

* Remove Nuxt version

* Remove Azure link from README
This commit is contained in:
2022-06-22 22:14:38 -04:00
committed by GitHub
parent dcf28915f7
commit 0aaf06b050
80 changed files with 716 additions and 15195 deletions
+8
View File
@@ -0,0 +1,8 @@
<article class="content auto">
<h1>{{ page.title }}</h1>
{{ page.text }}
<p><br><a href="{{ "" | relative_link }}" title="Home">&laquo; Home</a></p>
{% if logged_on -%}
<p><small><a hx-boost="false" href="{{ page | edit_page_link }}">Edit This Page</a></small></p>
{% endif %}
</article>