Add notify footer to bottom of articles
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
dfff82e450
commit
005833e4c6
1 changed files with 17 additions and 3 deletions
|
@ -84,9 +84,23 @@
|
|||
</div>
|
||||
<article class="content">{{body}}</article>
|
||||
<hr>
|
||||
<a href="{{base_url}}/">
|
||||
<h3 style="margin-left: 20px;min-height:200px">Read more from Compute</h3>
|
||||
</a>
|
||||
<center>
|
||||
<h3 style="color:gray;font-size:24px">Get Notified of new articles! <a style="vertical-align:text-bottom"
|
||||
href="https://listmonk.nations.lol/subscription/form"><svg width="24" height="24"
|
||||
style="vertical-align:text-bottom" viewBox="0 -960 960 960">
|
||||
<path
|
||||
d="M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160zm320-280L160-640v400h640v-400zm0-80 320-200H160zM160-640v-80 480z"
|
||||
style="fill:gray"></path>
|
||||
</svg></a> <a href="http://compute.nations.lol/atom.xml" style="vertical-align:text-bottom"><svg width="24"
|
||||
height="24" style="vertical-align:text-bottom" viewBox="0 -960 960 960">
|
||||
<path
|
||||
d="M200-120q-33 0-56.5-23.5T120-200t23.5-56.5T200-280t56.5 23.5T280-200t-23.5 56.5T200-120m480 0q0-117-44-218.5T516-516 338.5-636 120-680v-120q142 0 265 53t216 146 146 216 53 265zm-240 0q0-67-25-124.5T346-346t-101.5-69T120-440v-120q92 0 171.5 34.5T431-431t94.5 139.5T560-120z"
|
||||
style="fill:gray"></path>
|
||||
</svg></a> </h3>
|
||||
<a href="{{base_url}}/">
|
||||
<h3 style="min-height:200px">Read more from Compute</h3>
|
||||
</a>
|
||||
</center>
|
||||
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=66007382143b5f99deb20223"
|
||||
type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
|
||||
crossorigin="anonymous"></script>
|
||||
|
|
Loading…
Reference in a new issue