{{ ------------BEGIN SETTINGS AND CONTROLS------------ }}
{{ ------BLOG INFO------ }}
{% assign: blog_feed_url = ' http://seventhsunstore.blogspot.com/feeds/posts/default?alt=rss' %}
{% assign: blog_link_url = 'http://seventhsunstore.blogspot.com.au/' %}
{% 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 = 'F jS, Y' %}
{% assign: align_blog_to_center = 'No' %}
{{ ------SOCIAL SHARING OPTIONS------ }}
{% assign: share_blog_entries_tool = 'addthis' %}
{% assign: share_tool_style = 8 %}
{{ ------SIDEBAR OPTIONS------ }}
{% assign: display_sidebar = 'Yes' %}
{% assign: Number_of_Blog_Categories = 5 %}
{% assign: Show_Additional_Sidebar_Content = 'Yes' %}
{{ ------BLOG CATEGORY LINKS------ }}
{% assign: Blog-Category_Name_1 = "Blogging" %}
{% assign: Blog-Category_Link_1 = 'https://www.blogger.com/blogger.g?blogID=1836025689442286752#editor/target=post;postID=395848045792412747;onPublishedMenu=allposts;onClosedMenu=allposts;postNum=0;src=postname' %}
{% assign: Blog-Category_Name_2 = "-" %}
{% assign: Blog-Category_Link_2 = 'http://streetdapper.com/' %}
{% assign: Blog-Category_Name_3 = "-" %}
{% assign: Blog-Category_Link_3 = 'http://streetdapper.com/' %}
{% assign: Blog-Category_Name_4 = "-" %}
{% assign: Blog-Category_Link_4 = 'http://streetdapper.com/' %}
{% assign: Blog-Category_Name_5 = "-" %}
{% assign: Blog-Category_Link_5 = 'http://streetdapper.com/' %}
{% assign: Blog-Category_Name_6 = "Category 6" %}
{% assign: Blog-Category_Link_6 = 'http://example.com/' %}
{% assign: Blog-Category_Name_7 = "Category 7" %}
{% assign: Blog-Category_Link_7 = 'http://example.com/' %}
{% assign: Blog-Category_Name_8 = "Category 8" %}
{% assign: Blog-Category_Link_8 = 'http://example.com/' %}
{% assign: Blog-Category_Name_9 = "Category 9" %}
{% assign: Blog-Category_Link_9 = 'http://example.com/' %}
{% assign: Blog-Category_Name_10 = "Category 10" %}
{% assign: Blog-Category_Link_10 = 'http://example.com/' %}
{% capture bottom_of_sidebar_content %}
{% endcapture %}
{{ ------------END SETTINGS AND CONTROLS------------ }}
{% capture top_of_sidebar_content %}Categories
-
{% if Number_of_Blog_Categories >= 1 %}
- {{ Blog-Category_Name_1 }} {% endif %} {% if Number_of_Blog_Categories >= 2 %}
- {{ Blog-Category_Name_2 }} {% endif %} {% if Number_of_Blog_Categories >= 3 %}
- {{ Blog-Category_Name_3 }} {% endif %} {% if Number_of_Blog_Categories >= 4 %}
- {{ Blog-Category_Name_4 }} {% endif %} {% if Number_of_Blog_Categories >= 5 %}
- {{ Blog-Category_Name_5 }} {% endif %} {% if Number_of_Blog_Categories >= 6 %}
- {{ Blog-Category_Name_6 }} {% endif %} {% if Number_of_Blog_Categories >= 7 %}
- {{ Blog-Category_Name_7 }} {% endif %} {% if Number_of_Blog_Categories >= 8 %}
- {{ Blog-Category_Name_8 }} {% endif %} {% if Number_of_Blog_Categories >= 9 %}
- {{ Blog-Category_Name_9 }} {% endif %} {% if Number_of_Blog_Categories >= 10 %}
- {{ Blog-Category_Name_10 }} {% endif %}
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: "'", "\\'" }}';