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:
+2
-5
@@ -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}}	{{!s[0]}}</a></div>
|
||||
% end
|
||||
</ul>
|
||||
% end
|
||||
</div>
|
||||
</div>
|
||||
% end
|
||||
|
||||
</div>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user