Blog
{{ ## START CUSTOM OPTIONS ## }}
{{ REFER TO NOTES AT: http://ok.aarcadethemes.com/product-item/blog-page/ }}
{{ BLOG DETAIL }}
{% assign blog_feed_url = 'http://swankyhabits.tumblr.com/rss' %}
{% assign blog_link_url = 'http://swankyhabits.tumblr.com/' %}
{% assign blog_link_text = 'Read more at our blog site →' %}
{% assign number_of_entries = '10' %}
{{ FORMAT OPTIONS }}
{% assign blog_link_behaviour = 'newwindow' %}
{% assign post_date_format = 'jS M, Y' %}
{% assign blog_width = '600' %}
{% assign align_blog_to_center = 'yes' %}
{{ NETWORK AND SHARING OPTIONS }}
{% assign share_blog_entries_tool = 'addthis' %}
{% assign addthis_pulisher_id = 'swankyhabits' %}
{% assign share_tool_style = '3' %}
Follow Us
{{ SIDEBAR OPTIONS }}
{% assign display_sidebar = 'yes' %} {% assign username_for_twitter_widget = 'swankyhabits' %} {% capture sidebar_content %}FOLLOW US @swankyhabits
Tweets by @swankyhabits !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");{% endcapture %}
{{ #### END CUSTOM OPTIONS #### }}
var feedURL = '{{ blog_feed_url | strip_html | replace: "'", "\\'" }}';
var numEntries = '{{ number_of_entries | strip_html | replace: "'", "\\'" }}';
var blogURL = '{{ blog_link_url | strip_html | replace: "'", "\\'" }}';
var blogLink = '{{ blog_link_text | strip_html | replace: "'", "\\'" }}';
var linkAtts = '{{ blog_link_behaviour | strip_html | replace: "'", "\\'" }}';
var dateFormat = '{{ post_date_format | strip_html | replace: "'", "\\'" }}';
var shareEntries = '{{ share_blog_entries_tool | strip_html | replace: "'", "\\'" }}';
var addThisID = '{{ addthis_pulisher_id | strip_html | replace: "'", "\\'" }}';
var shareFormat = '{{ share_tool_style | strip_html | replace: "'", "\\'" }}';