Support, post-self

This commit is contained in:
Madison Scott-Clary
2020-04-21 00:05:55 -07:00
parent d5ad0e5a2a
commit feb2782376
9 changed files with 91 additions and 18 deletions

View File

@ -29,6 +29,15 @@
<section class="carousel-item publications">
<h2><a href="/publications">Publications</a></h2>
<ol class="post-card-box clearfix">
<li>
<div class="post-card light-gray">
<a href="/publications/post-self" class="post-card-image">
</a>
<div class="post-card-body">
<a href="/publications/post-self" class="post-card-link"><h3 class="post-card-title">Post&middot;Self - Qoheleth and other stories</h3></a>
</div>
</div>
</li>
<li>
<div class="post-card">
<a href="https://ally.id/book?pk_campaign=publications" class="post-card-image" style="background-image: url(/assets/img/publications/ally.png )">

View File

@ -9,6 +9,9 @@
<div class="page-content">
<div class="header-page">
<h1 class="page-title">{{ .Title | safeHTML }}</h1>
{{ with .Params.subtitle }}
<h2 class="page-title">{{.}}</h2>
{{ end }}
</div>
{{ .Content | safeHTML }}
<div class="page-footer">

View File

@ -1,15 +1,6 @@
<div class="donate-box">
<h4>Help support my writing!</h4>
<div class="donate">
<a href="https://www.patreon.com/bePatron?u=425636" data-patreon-widget-type="become-patron-button">Become a Patron!</a><script async src="https://c6.patreon.com/becomePatronButton.bundle.js"></script>
</div>
<div class="donate">
<script src="https://liberapay.com/makyo/widgets/button.js"></script>
<noscript>
<a href="https://liberapay.com/makyo/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a>
</noscript>
</div>
<div class="donate">
<script type='text/javascript' src='https://ko-fi.com/widgets/widget_2.js'></script><script type='text/javascript'>kofiwidget2.init('Buy Me a Coffee', '#808080', 'A6633Y29');kofiwidget2.draw();</script>
<a href="/about">Subscribe for updates, exclusive content, and more!</a>
</div>
</div>