fixed: blog post inconsistencies, hr at end of blog post, and added br before footers
This commit is contained in:
@@ -102,7 +102,7 @@ a:hover:after {
|
|||||||
.nav-bar {
|
.nav-bar {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
font-size: 1.1em;
|
font-size: 1.3em;
|
||||||
margin-top: calc(12px + 1vh);
|
margin-top: calc(12px + 1vh);
|
||||||
margin-bottom: 1vw;
|
margin-bottom: 1vw;
|
||||||
}
|
}
|
||||||
@@ -186,4 +186,7 @@ code {
|
|||||||
a::after {
|
a::after {
|
||||||
background-color: #bd93f9;
|
background-color: #bd93f9;
|
||||||
}
|
}
|
||||||
|
code {
|
||||||
|
color: #50fa7b;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,11 +9,6 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{{ template "nav.tmpl" . }}
|
{{ template "nav.tmpl" . }}
|
||||||
<div>
|
|
||||||
<h2>{{ .Title }}</h2>
|
<h2>{{ .Title }}</h2>
|
||||||
<div>{{ .Content | UnescapeHTML }}</div>
|
<div>{{ .Content | UnescapeHTML }}</div>
|
||||||
<hr/>
|
|
||||||
<p class="subtext">
|
|
||||||
This site used to have comments. Unfortunatley maintaining a comment system that can resist bots, spammers, and other hooligans is quite tiresome. Until I figure out a way to efficiently handle comments, they are disabled. Sorry for the inconvenience.
|
|
||||||
</p>
|
|
||||||
{{ template "footer_no_banners.tmpl" . }}
|
{{ template "footer_no_banners.tmpl" . }}
|
||||||
|
|||||||
22
templates/donate.tmpl
Normal file
22
templates/donate.tmpl
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta lang="en">
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="keywords" content="blog rawley-fowler rawleyportfolio rawleyxyz rawleyfowler RF rawley fowler Rawley Fowler portfolio RawleyFowler RawleyXYZ rawleyXYZ RawleyXYZ">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link href="/static/index.css" rel="stylesheet" type="text/css">
|
||||||
|
<title>rawley.xyz | blog</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
{{ template "nav.tmpl" . }}
|
||||||
|
<h2>Donate</h2>
|
||||||
|
<p>
|
||||||
|
Donations are greatly appreciated, but nowhere near necessary.
|
||||||
|
</p>
|
||||||
|
<h3>
|
||||||
|
<b>Bitcoin</b>:
|
||||||
|
</h3>
|
||||||
|
<p>
|
||||||
|
bc1qkvh6r23lv8t0tquwgzet9t07qwyk8ng96hkw7r
|
||||||
|
</p>
|
||||||
|
{{ template "footer_no_banners.tmpl" }}
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
<br>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<p class="footer-text">This site is powered by:</p>
|
<p class="footer-text">This site is powered by:</p>
|
||||||
<a href="https://www.openbsd.org/">
|
<a href="https://www.openbsd.org/">
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
<br>
|
||||||
|
<hr></hr>
|
||||||
<p class="subtext">Checkout the source code for this site on <a href="https://gitlab.com/rawleyIfowler/rawleydotxyz">gitlab</a>.</p>
|
<p class="subtext">Checkout the source code for this site on <a href="https://gitlab.com/rawleyIfowler/rawleydotxyz">gitlab</a>.</p>
|
||||||
<p class="subtext">
|
<p class="subtext">
|
||||||
All opinions expressed on this website are that of my own, they do not reflect those of my employer(s); future, past, or present.
|
All opinions expressed on this website are that of my own, they do not reflect those of my employer(s); future, past, or present.
|
||||||
|
|||||||
Reference in New Issue
Block a user