added new footer template for pages (excluding index)

This commit is contained in:
rawleyIfowler
2022-02-13 14:09:44 -06:00
parent 2227a2473d
commit 0221e3f63a
6 changed files with 11 additions and 4 deletions

View File

@@ -112,6 +112,10 @@ a:hover:after {
margin: 12px;
}
.subtext {
font-size: clamp(5px, 0.10em, 7px);
}
.footer > a {
margin-right: 6px;
}

View File

@@ -11,4 +11,4 @@
</div>
{{ end }}
{{ template "footer.tmpl" }}
{{ template "footer_no_banners.tmpl" }}

View File

@@ -8,4 +8,4 @@
<a href="https://unix.stackexchange.com/users/507434/rawley-fowler">Stack Exchange</a>
</li>
</ul>
{{ template "footer.tmpl" . }}
{{ template "footer_no_banners.tmpl" . }}

View File

@@ -0,0 +1,3 @@
<p class="subtext">Checkout the source code on <a href="https://gitlab.com/rawleyIfowler/rawleydotxyz">gitlab</a></p>
</body>
</html>

View File

@@ -29,4 +29,4 @@
<i>Bash</i>
<i>Lua</i>
</p>
{{ template "footer.tmpl" . }}
{{ template "footer_no_banners.tmpl" . }}

View File

@@ -6,4 +6,4 @@
<p>
<a href="https://gitlab.com/rawleyIfowler/rawleydotxyz">Development progress</a>
</p>
{{ template "footer.tmpl" . }}
{{ template "footer_no_banners.tmpl" . }}