Make articles rss compatible
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2024-04-20 16:21:21 -04:00
parent 45259fb38d
commit b97b91990d
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
2 changed files with 2 additions and 34 deletions

View file

@ -71,7 +71,7 @@
</div>
<p style="margin-left: 20px;color: white;font-size: 16px">{{published}}</p>
</div>
<article>{{body}}</article>
<article class="content">{{body}}</article>
<hr>
<a href="{{base_url}}/">
<h3 style="margin-left: 20px;min-height:200px">Read more from Compute</h3>
@ -82,4 +82,4 @@
<script src="{{base_url}}/js/webflow.js" type="text/javascript"></script>
</body>
</html>
</html>