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-->
|
<!--right column-->
|
||||||
<div class="about-box">
|
<div class="about-box">
|
||||||
<h1>about blessfrey</h1>
|
<h1>about</h1>
|
||||||
It's a game.<br>
|
blessfrey is a game.<br>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="twitter-box">
|
<div class="twitter-box">
|
||||||
<h1>follow on twitter</h1>
|
<h1>follow</h1>
|
||||||
<a href="https://twitter.com/lilchimchooree">@lilchimchooree</a><br>
|
<a href="https://twitter.com/lilchimchooree">@lilchimchooree</a><br>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="latest">
|
<div class="latest">
|
||||||
<h1>latest</h1>
|
<h1>latest</h1>
|
||||||
<div class="latest-text">
|
<div class="latest-text">
|
||||||
{{latest}}
|
<ul>
|
||||||
|
% for l in latest:
|
||||||
|
<li>	<a href={{l[0]}}>{{!l[1]}}</a></li>
|
||||||
|
% end
|
||||||
|
</ul>
|
||||||
|
<br>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user