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
+12 -13
View File
@@ -1,20 +1,20 @@
<article class="content auto">
{%- assign parts = page.title | split: ' » ' -%}
{%- assign parts_count = parts | size -%}
<h1 class="project-title">
<h1 class=project-title>
{% if parts_count == 1 -%}
{{ page.title }}<br>
<small><small>
<a href="https://github.com/bit-badger/{{ page.title }}" target="_blank" rel="noopener"
title="{{ parts[0] }} on GitHub">
View on GitHub
<a href="https://git.bitbadger.solutions/bit-badger/{{ page.title }}" target=_blank rel=noopener
title="{{ parts[0] }} Git Repository">
View Source Repo
</a>
{% if is_logged_on %} &bull; <a hx-boost="false" href="{{ page | edit_page_link }}">Edit Page</a>{% endif %}
{% if is_logged_on %} &bull; <a hx-boost=false href="{{ page | edit_page_link }}">Edit Page</a>{% endif %}
</small></small>
{%- else -%}
<small><small>
<a href="." title="{{ parts[0] }} Home">{{ parts[0] }}</a>
{% if is_logged_on %} &bull; <a hx-boost="false" href="{{ page | edit_page_link }}">Edit</a>{% endif %}
{% if is_logged_on %} &bull; <a hx-boost=false href="{{ page | edit_page_link }}">Edit</a>{% endif %}
</small></small>
<br>
{{ parts[1] }}
@@ -22,12 +22,11 @@
</h1>
{{ page.text }}
{% if parts_count > 1 -%}
<p class="project-footer">
<a href="." title="{{ parts[0] }} Home">&laquo; {{ parts[0] }} Home</a>
<a href="https://github.com/bit-badger/{{ parts[0] }}" target="_blank" rel="noopener"
title="{{ parts[0] }} on GitHub">
View GitHub Repo
</a>
</p>
<p class=project-footer>
<a href="." title="{{ parts[0] }} Home">&laquo; {{ parts[0] }} Home</a>
<a href="https://git.bitbadger.solutions/bit-badger/{{ parts[0] }}" target=_blank rel=noopener
title="{{ parts[0] }} Git Repository">
View Source Repo
</a>
{%- endif %}
</article>