Support, post-self
This commit is contained in:
@ -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·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 )">
|
||||
|
||||
@ -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">
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user