diary and entry are functional
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
<!--right column-->
|
||||
<div class="sidebar">
|
||||
<div class="about-box">
|
||||
<h2>about</h2>
|
||||
<b>Blessfrey</b> is a 2D action RPG developed for PC in Godot Engine. <br>
|
||||
<br>
|
||||
Edit your skillbar from hundreds of skills to fight enemies, solve puzzles, + explore. <br>
|
||||
<br>
|
||||
Inspired by Guild Wars 1 and Magic: The Gathering. <br>
|
||||
</div>
|
||||
|
||||
<div class="twitter-box">
|
||||
<h2>chat</h2>
|
||||
Twitter: <a href="https://twitter.com/lilchimchooree">@lilchimchooree</a><br>
|
||||
<br>
|
||||
<a href="/contact" rel="nofollow">contact me</a><br>
|
||||
</div>
|
||||
|
||||
<div class="latest">
|
||||
<h2>latest</h2>
|
||||
<div class="latest-text">
|
||||
<ul>
|
||||
% if len(latest) > 0:
|
||||
% print(str(len(latest)))
|
||||
% for l in latest:
|
||||
<li>	<a href=/{{l[0]}} rel="nofollow">{{!l[1]}}</a></li>
|
||||
% end
|
||||
% end
|
||||
</ul>
|
||||
<br>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="wordcloud">
|
||||
<h2>cloud</h2>
|
||||
% for t in tags:
|
||||
% tagless = t.replace('#','')
|
||||
<a href=/diary/tag/{{tagless}}>{{t}}</a>
|
||||
% end
|
||||
</div>
|
||||
|
||||
<div class="disclosure">
|
||||
<br>Blessfrey.me is not using sponsored posts or affiliate links. <br>
|
||||
<br>
|
||||
Blessfrey.me is not collecting personal information + has no cookies. <br>
|
||||
<br>
|
||||
Thank you for following the development of Blessfrey. <br>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user