diary entries are template files; entries are in diary/entries and links are fixed
This commit is contained in:
@@ -7,5 +7,7 @@
|
||||
<br>
|
||||
You can always reach me on Twitter as <a href="https://twitter.com/lilchimchooree" rel="nofollow">@lilchimchooree</a> through DMs or mentions.<br>
|
||||
<br>
|
||||
Press can snag a copy of my presskit at the <a href="/presskit" rel="nofollow">presskit</a> page.
|
||||
<br><br>
|
||||
</div>
|
||||
<div class="footer-row"> </div>
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
<!--right column-->
|
||||
<div class="about-box">
|
||||
<h1>about</h1>
|
||||
blessfrey is a game.<br>
|
||||
</div>
|
||||
|
||||
<div class="twitter-box">
|
||||
<h1>follow</h1>
|
||||
<a href="https://twitter.com/lilchimchooree">@lilchimchooree</a><br>
|
||||
<br>
|
||||
<a href="/contact" rel="nofollow">contact me</a><br>
|
||||
</div>
|
||||
|
||||
<div class="latest">
|
||||
<h1>latest</h1>
|
||||
<div class="latest-text">
|
||||
<ul>
|
||||
% for l in latest:
|
||||
<li>	<a href={{l[0]}} rel="nofollow">{{!l[1]}}</a></li>
|
||||
% end
|
||||
</ul>
|
||||
<br>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="disclosure">
|
||||
<h1>disclosure</h1>
|
||||
blessfrey.me is not using sponsored posts or affiliate links right now. Any that appear will be <a href="https://www.ftc.gov/tips-advice/business-center/guidance/ftcs-endorsement-guides-what-people-are-asking" rel="nofollow">properly</a> <a href="https://www.ftc.gov/sites/default/files/attachments/press-releases/ftc-publishes-final-guides-governing-endorsements-testimonials/091005revisedendorsementguides.pdf" rel="nofollow">disclosed</a>.<br>
|
||||
<br>
|
||||
blessfrey.me does not collect personal information + has no cookies. Just a simple dev site.<br>
|
||||
</div>
|
||||
+6
-33
@@ -75,45 +75,18 @@
|
||||
{{!s[1]}}
|
||||
</div>
|
||||
<div class="snippet-info">
|
||||
{{!s[2]}} • <a class="social-link social-twitter" href="http://twitter.com/share?text={{s[4]}}&url={{s[3]}}&via=lilchimchooree" target="_blank">tweet</a> • <a class="social-link social-fb" href='http://www.facebook.com/share.php?u={{s[3]}}'>facebook</a> • <a class="social-link social-email" href="mailto:?body=Hey, check out this post: {{s[1]}}., {{s[3]}}">email</a>
|
||||
<b>{{!s[2]}}
|
||||
• <a class="social-link social-twitter" href="http://twitter.com/share?text={{s[4]}}&url=https://blessfrey.me{{s[3]}}&via=lilchimchooree" target="_blank">tweet</a>
|
||||
• <a class="social-link social-fb" href='http://www.facebook.com/share.php?u={{s[3]}}'>facebook</a>
|
||||
• <a class="social-link social-email" href="mailto:?body=Hey, check out this post: {{s[1]}}., {{s[3]}}">email</a></b>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="snippet-link">
|
||||
<a href={{s[3]}} rel="nofollow">Read More</a>
|
||||
<a href={{s[3]}} rel="nofollow"><b>read more</b></a>
|
||||
</div>
|
||||
</div>
|
||||
% end
|
||||
</div>
|
||||
|
||||
<!--right column-->
|
||||
<div class="about-box">
|
||||
<h1>about</h1>
|
||||
blessfrey is a game.<br>
|
||||
</div>
|
||||
|
||||
<div class="twitter-box">
|
||||
<h1>follow</h1>
|
||||
<a href="https://twitter.com/lilchimchooree">@lilchimchooree</a><br>
|
||||
<br>
|
||||
<a href="/contact" rel="nofollow">contact me</a><br>
|
||||
</div>
|
||||
|
||||
<div class="latest">
|
||||
<h1>latest</h1>
|
||||
<div class="latest-text">
|
||||
<ul>
|
||||
% for l in latest:
|
||||
<li>	<a href={{l[0]}} rel="nofollow">{{!l[1]}}</a></li>
|
||||
% end
|
||||
</ul>
|
||||
<br>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="disclosure">
|
||||
<h1>disclosure</h1>
|
||||
blessfrey.me is not using sponsored posts or affiliate links right now. Any that appear will be <a href="https://www.ftc.gov/tips-advice/business-center/guidance/ftcs-endorsement-guides-what-people-are-asking" rel="nofollow">properly</a> <a href="https://www.ftc.gov/sites/default/files/attachments/press-releases/ftc-publishes-final-guides-governing-endorsements-testimonials/091005revisedendorsementguides.pdf" rel="nofollow">disclosed</a>.<br>
|
||||
<br>
|
||||
blessfrey.me does not collect personal information + has no cookies. Just a simple dev site.<br>
|
||||
</div>
|
||||
% include diary-boxes.tpl
|
||||
|
||||
Reference in New Issue
Block a user