Update Git URLs

- Remove quotes where not required
This commit is contained in:
2024-04-20 14:06:56 -04:00
parent b614c2fdd8
commit 2e7f976d8a
7 changed files with 143 additions and 178 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
<article class="content auto">
<h1>{{ page.title }}</h1>
{{ page.text }}
<p><br><a href="{{ "" | relative_link }}" title="Home">&laquo; Home</a></p>
<p><br><a href="{{ "" | relative_link }}" title=Home>&laquo; Home</a>
{% if is_logged_on -%}
<p><small><a hx-boost="false" href="{{ page | edit_page_link }}">Edit This Page</a></small></p>
<p><small><a hx-boost=false href="{{ page | edit_page_link }}">Edit This Page</a></small>
{% endif %}
</article>