You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
2.1 KiB
Smarty

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

% import random
<!--right column-->
<div class="sidebar">
<div class="diary-box about-box">
<h2>about</h2>
<p><a href="/"><b>Blessfrey.me</b></a> is my webdev playground, written in BottlePy! Sometimes I share my hobbies here.</p>
</div>
<div class="diary-box social-box">
<h2>chat</h2>
<ul>
<li>{{random.choice(['.','•','☆','★'])}}&#9;Steam: <a href="https://steamcommunity.com/id/customso/">Customs Officer</a> </li>
<li>{{random.choice(['.','•','☆','★'])}}&#9;FlightRising: <a href="https://www1.flightrising.com/clan-profile/525948">Aristene</a> </li>
</ul>
</div>
<div class="diary-box latest">
<h2>latest</h2>
<ul>
% if len(latest) > 0:
% for l in latest:
% bullet = random.choice(['.','•','☆','★'])
<li>&#9;<a href=/{{l[0]}} rel="nofollow">{{bullet}}&#9;{{!l[1]}}</a></li>
% end
% end
</ul>
<br>
</div>
<div class="diary-box wordcloud">
<h2>cloud</h2>
% for t in tags:
% tagless = t.replace('#','')
<a href=/{{category}}/tag/{{tagless}}>{{t}}</a>
% end
</div>
<div class="diary-box disclosure">
<h2>disclosure</h2>
<p>Blessfrey.me has no sponsored posts or affiliate links.</p>
<p>Blessfrey.me is not collecting personal information + has no cookies. </p>
<p>Thank you for visiting. </p>
<!-- __<br>
     />  フ<br>
     |  _  _ l<br>
     ` ミ_x<br>
     /      |<br>
    /  ヽ   ノ<br>
    │  | | |<br>
 / ̄|   | | |<br>
 | ( ̄ヽ__ヽ_)__)<br>
 \二つ<br>-->
</div>
</div>