fixed box css; use credit css now; ideabox pads out rest of table if not enough words; added email; added more credits; added an about me blurb to contact; articles
This commit is contained in:
+3
-3
@@ -80,14 +80,14 @@
|
||||
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-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)
|
||||
% message = message.replace('\\','')
|
||||
% message = re.sub('<.*?>','', message)
|
||||
• <a class="social-link social-email" href='mailto:?body={{message}}'>email</a></b>
|
||||
<!--• <a class="social-link social-email" href='mailto:?body={{message}}'>email</a>--></b>
|
||||
</div>
|
||||
<div class="snippet-link">
|
||||
<a href={{s[3]}} rel="nofollow"><b>read more</b></a>
|
||||
|
||||
Reference in New Issue
Block a user