the grid is all broken; escaped the diary nav arrows
This commit is contained in:
+8
-8
@@ -15,14 +15,14 @@
|
||||
end
|
||||
%>
|
||||
% # << is always active link pointing to 0
|
||||
<a href=/diary/0 rel="nofollow"><<</a>
|
||||
<a href=/diary/0 rel="nofollow"><<</a>
|
||||
|
||||
% # < points to 0 if page 0 or below
|
||||
% if page <= 0:
|
||||
<a href=/diary/0 rel="nofollow"><</a>
|
||||
<a href=/diary/0 rel="nofollow"><</a>
|
||||
% # < points to previous page otherwise
|
||||
% else:
|
||||
<a href=/diary/{{page - 1}} rel="nofollow"><</a>
|
||||
<a href=/diary/{{page - 1}} rel="nofollow"><</a>
|
||||
% end
|
||||
|
||||
% # fill out number cluster to the left when page is high
|
||||
@@ -52,14 +52,14 @@
|
||||
|
||||
% # > points to max if page is at or above maximum
|
||||
% if page >= max_pages:
|
||||
<a href=/diary/{{max_pages}} rel="nofollow">></a>
|
||||
<a href=/diary/{{max_pages}} rel="nofollow">></a>
|
||||
% # > point to next page otherwise
|
||||
% else:
|
||||
<a href=/diary/{{page + 1}} rel="nofollow">></a>
|
||||
<a href=/diary/{{page + 1}} rel="nofollow">></a>
|
||||
% end
|
||||
|
||||
% # >> is always active link to maximum page
|
||||
<a href=/diary/{{max_pages}} rel="nofollow">>></a>
|
||||
<a href=/diary/{{max_pages}} rel="nofollow">>></a>
|
||||
</center>
|
||||
</div>
|
||||
|
||||
@@ -76,9 +76,9 @@
|
||||
</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-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>
|
||||
• <a class="social-link social-email" href="mailto:?body=Hey,+check+out+this+post:+{{!s[1]}}., {{s[3]}}">email</a></b>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user