proofread articles up to Dec 10; made project page consistent; improved presskit page and added PDF download version

This commit is contained in:
chimchooree
2020-11-29 21:35:55 -06:00
parent f370e2a7ec
commit 7559d4ca00
32 changed files with 276 additions and 176 deletions
+10 -4
View File
@@ -76,8 +76,12 @@
</div>
<div class="snippet-info">
<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-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>
% message = "Hey,+check+out+this+post:+" + s[1] + ".,+" + s[3]
% message = message.replace('+','\+')
% message = re.sub('\s+?','+', message)
@@ -118,7 +122,8 @@
% # fill out number cluster to the left when page is high
% if max_pages > cluster and page > max_pages - cluster:
% for j in range(cluster - max_pages + page):
<a href=/diary/{{max_pages - cluster * 2 + j}} rel="nofollow">{{max_pages - cluster * 2 + j}}</a>
<a href=/diary/{{max_pages - cluster * 2 + j}}
rel="nofollow">{{max_pages - cluster * 2 + j}}</a>
% end
% end
@@ -136,7 +141,8 @@
% # fill out number cluster to the right when page is low
% if page <= cluster - 1 and max_pages > page + cluster:
% for j in range(cluster - page):
<a href=/diary/{{page + j + cluster + 1}} rel="nofollow">{{page + j + cluster + 1}}</a>
<a href=/diary/{{page + j + cluster + 1}}
rel="nofollow">{{page + j + cluster + 1}}</a>
% end
% end