entries do not show recommendations box if no recommendations. Added bible in a year entry, first edited by GPT-4; study only has one header

This commit is contained in:
chimchooree
2023-05-19 12:55:00 -05:00
parent c15cb8f7a3
commit a4cae4204a
8 changed files with 37 additions and 35 deletions
+2 -5
View File
@@ -33,21 +33,18 @@
</div>
% include diary-boxes.tpl
<div class="recommend">
% if len(recommends) > 0:
<div class="recommend">
<div class="more"><h2>more like this</h2><hr></div>
% end
<div class="rec-box">
% if len(recommends) > 0:
<ul>
% for s in recommends:
% bullet = random.choice(['.','•','☆','★'])
<li><div class="snippet-title"><a href=/{{s[1]}} rel="nofollow">{{bullet}}&#9;{{!s[0]}}</a></div>
% end
</ul>
% end
</div>
</div>
% end
</div>
-1
View File
@@ -1,6 +1,5 @@
% rebase('frame.tpl')
<div class="content-grid"><div class="center">
<h1>blessfrey wiki</h1>
<h1><a href="https://wiki.blessfrey.me/view/Main_Page">Study wiki</a></h1>
<p>My notes have citations from the Bible, sermons, academic texts, nonacademic sources, and my own thoughts. These are just study notes and personal summaries, so trust it as much as a mini-Wikipedia without peer review. </p>
<a href="https://wiki.blessfrey.me/view/Main_Page">wiki.blessfrey.me</a>