added new footer template for pages (excluding index)
This commit is contained in:
@@ -112,6 +112,10 @@ a:hover:after {
|
|||||||
margin: 12px;
|
margin: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.subtext {
|
||||||
|
font-size: clamp(5px, 0.10em, 7px);
|
||||||
|
}
|
||||||
|
|
||||||
.footer > a {
|
.footer > a {
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,4 +11,4 @@
|
|||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ template "footer.tmpl" }}
|
{{ template "footer_no_banners.tmpl" }}
|
||||||
|
|||||||
@@ -8,4 +8,4 @@
|
|||||||
<a href="https://unix.stackexchange.com/users/507434/rawley-fowler">Stack Exchange</a>
|
<a href="https://unix.stackexchange.com/users/507434/rawley-fowler">Stack Exchange</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
{{ template "footer.tmpl" . }}
|
{{ template "footer_no_banners.tmpl" . }}
|
||||||
|
|||||||
3
templates/footer_no_banners.tmpl
Normal file
3
templates/footer_no_banners.tmpl
Normal 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>
|
||||||
@@ -29,4 +29,4 @@
|
|||||||
<i>Bash</i>
|
<i>Bash</i>
|
||||||
<i>Lua</i>
|
<i>Lua</i>
|
||||||
</p>
|
</p>
|
||||||
{{ template "footer.tmpl" . }}
|
{{ template "footer_no_banners.tmpl" . }}
|
||||||
|
|||||||
@@ -6,4 +6,4 @@
|
|||||||
<p>
|
<p>
|
||||||
<a href="https://gitlab.com/rawleyIfowler/rawleydotxyz">Development progress</a>
|
<a href="https://gitlab.com/rawleyIfowler/rawleydotxyz">Development progress</a>
|
||||||
</p>
|
</p>
|
||||||
{{ template "footer.tmpl" . }}
|
{{ template "footer_no_banners.tmpl" . }}
|
||||||
|
|||||||
Reference in New Issue
Block a user