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

View File

@@ -1,35 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>{{ page_title }} &raquo; Bit Badger Solutions</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Oswald|Raleway">
{% page_head -%}
</head>
<body hx-boost="true" hx-target="main" hx-indicator="#loadOverlay" hx-swap="innerHTML show:body:top">
<header class="site-header">
<div class="header-logo">
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="width=device-width">
<title>{{ page_title }} &raquo; Bit Badger Solutions</title>
<link rel=stylesheet href="https://fonts.googleapis.com/css?family=Oswald|Raleway">
{% page_head -%}
<body hx-boost=true hx-target=main hx-indicator=#loadOverlay hx-swap="innerHTML show:body:top">
<header class=site-header>
<div class=header-logo>
<a href="{{ "" | relative_link }}">
<img src="{{ "bitbadger.png" | theme_asset }}"
alt="A cartoon badger looking at a computer screen, with his paw on a mouse"
title="Bit Badger Solutions">
</a>
</div>
<div class="header-title"><a href="{{ "" | relative_link }}">Bit Badger Solutions</a></div>
<div class="header-spacer"> &nbsp; </div>
<div class="header-social">
<a href="https://twitter.com/Bit_Badger" title="Bit_Badger on Twitter" target="_blank">
<div class=header-title><a href="{{ "" | relative_link }}">Bit Badger Solutions</a></div>
<div class=header-spacer> &nbsp; </div>
<div class=header-social>
<a href=https://twitter.com/Bit_Badger title="Bit_Badger on Twitter" target=_blank>
<img src="{{ "twitter.png" | theme_asset }}" alt="Twitter">
</a> &nbsp;
<a href="https://www.facebook.com/bitbadger.solutions" title="Bit Badger Solutions on Facebook" target="_blank">
<a href=https://www.facebook.com/bitbadger.solutions title="Bit Badger Solutions on Facebook" target=_blank>
<img src="{{ "facebook.png" | theme_asset }}" alt="Facebook">
</a>
</div>
</header>
<div class="load-overlay" id="loadOverlay"><h1>Loading&hellip;</h1></div>
<div class=load-overlay id="loadOverlay"><h1>Loading&hellip;</h1></div>
<main>{{ content }}</main>
<footer hx-boost="false">
<footer hx-boost=false>
<div>
<small>
{% if is_logged_on -%}
@@ -40,10 +38,10 @@
{% endif %}
</small>
</div>
<div class="footer-by">
<div class=footer-by>
A <strong><a href="{{ "" | relative_link }}">Bit Badger Solutions</a></strong> original design
</div>
</footer>
{% page_foot %}
</body>
</html>
</html>