2022-06-23 02:14:38 +00:00
|
|
|
<article class="content auto">
|
|
|
|
{%- assign parts = page.title | split: ' » ' -%}
|
|
|
|
{%- assign parts_count = parts | size -%}
|
2024-04-20 18:06:56 +00:00
|
|
|
<h1 class=project-title>
|
2022-06-23 02:14:38 +00:00
|
|
|
{% if parts_count == 1 -%}
|
|
|
|
{{ page.title }}<br>
|
|
|
|
<small><small>
|
2024-04-20 18:06:56 +00:00
|
|
|
<a href="https://git.bitbadger.solutions/bit-badger/{{ page.title }}" target=_blank rel=noopener
|
|
|
|
title="{{ parts[0] }} Git Repository">
|
|
|
|
View Source Repo
|
2022-06-23 02:14:38 +00:00
|
|
|
</a>
|
2024-04-20 18:06:56 +00:00
|
|
|
{% if is_logged_on %} • <a hx-boost=false href="{{ page | edit_page_link }}">Edit Page</a>{% endif %}
|
2022-06-23 02:14:38 +00:00
|
|
|
</small></small>
|
|
|
|
{%- else -%}
|
|
|
|
<small><small>
|
|
|
|
<a href="." title="{{ parts[0] }} Home">{{ parts[0] }}</a>
|
2024-04-20 18:06:56 +00:00
|
|
|
{% if is_logged_on %} • <a hx-boost=false href="{{ page | edit_page_link }}">Edit</a>{% endif %}
|
2022-06-23 02:14:38 +00:00
|
|
|
</small></small>
|
|
|
|
<br>
|
|
|
|
{{ parts[1] }}
|
|
|
|
{%- endif %}
|
|
|
|
</h1>
|
|
|
|
{{ page.text }}
|
|
|
|
{% if parts_count > 1 -%}
|
2024-04-20 18:06:56 +00:00
|
|
|
<p class=project-footer>
|
|
|
|
<a href="." title="{{ parts[0] }} Home">« {{ 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>
|
2022-06-23 02:14:38 +00:00
|
|
|
{%- endif %}
|
|
|
|
</article>
|