fixed: blog post inconsistencies, hr at end of blog post, and added br before footers
This commit is contained in:
@@ -9,11 +9,6 @@
|
||||
</head>
|
||||
<body>
|
||||
{{ template "nav.tmpl" . }}
|
||||
<div>
|
||||
<h2>{{ .Title }}</h2>
|
||||
<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" . }}
|
||||
|
||||
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">
|
||||
<p class="footer-text">This site is powered by:</p>
|
||||
<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">
|
||||
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