-Hexo +myWebLog

This commit is contained in:
2023-03-20 08:38:58 -04:00
parent 21a9e824fc
commit 203fef3c24
141 changed files with 389 additions and 9286 deletions
+7
View File
@@ -0,0 +1,7 @@
<article class="auto">
<h1 class="entry-title">{{ page.title }}</h1>
<div class="entry-content">{{ page.text }}</div>
{%- if logged_on %}
<p><small><a hx-boost="false" href="{{ page | edit_page_link }}">Edit Page</a></small></p>
{% endif -%}
</article>