added latest headlines with links to diary; simplified text in side boxes
This commit is contained in:
+9
-4
@@ -86,19 +86,24 @@
|
||||
|
||||
<!--right column-->
|
||||
<div class="about-box">
|
||||
<h1>about blessfrey</h1>
|
||||
It's a game.<br>
|
||||
<h1>about</h1>
|
||||
blessfrey is a game.<br>
|
||||
</div>
|
||||
|
||||
<div class="twitter-box">
|
||||
<h1>follow on twitter</h1>
|
||||
<h1>follow</h1>
|
||||
<a href="https://twitter.com/lilchimchooree">@lilchimchooree</a><br>
|
||||
</div>
|
||||
|
||||
<div class="latest">
|
||||
<h1>latest</h1>
|
||||
<div class="latest-text">
|
||||
{{latest}}
|
||||
<ul>
|
||||
% for l in latest:
|
||||
<li>	<a href={{l[0]}}>{{!l[1]}}</a></li>
|
||||
% end
|
||||
</ul>
|
||||
<br>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user