{{ ## START CUSTOM OPTIONS ## }}
{{ REFER TO NOTES AT: http://ok.aarcadethemes.com/product-item/blog-page/ }}
{{ BLOG DETAIL }}
{% assign blog_feed_url = 'https://gemmaruthbrown.com/2017/03/08/iwd2017-boldness-and-bananas/' %}
{% assign blog_link_url = 'https://gemmaruthbrown.com/2017/03/08/iwd2017-boldness-and-bananas/' %}
{% assign blog_link_text = 'Read more on our blog' %}
{% assign number_of_entries = '10' %}
{{ FORMAT OPTIONS }}
{% assign blog_link_behaviour = 'newwindow' %}
{% assign post_date_format = 'jS M, Y' %}
{% assign blog_width = '' %}
{% assign align_blog_to_center = 'no' %}
{{ NETWORK AND SHARING OPTIONS }}
{% assign share_blog_entries_tool = 'addthis' %}
{% assign addthis_pulisher_id = '' %}
{% assign share_tool_style = '1' %}
{{ SIDEBAR OPTIONS }}
{% assign display_sidebar = 'yes' %}
{% assign username_for_twitter_widget = '' %}
{% capture sidebar_content %}
<h3>This Is A Sidebar</h3>
Use the blog page custom options to add content to your sidebar, display widgets or hide the sidebar.
{% endcapture %}
{{ #### END CUSTOM OPTIONS #### }}
<div id="blog_content" class="wrp{% if display_sidebar == 'yes' %} with_side{% endif %}{% if blog_width != blank %} def_width{% endif %}">
<div class="inner" style="{% if align_blog_to_center == 'yes' %}margin: 0 auto;{% endif %}{% if blog_width != blank %}width:{{ blog_width }}px;{% endif %}">
<div id="post_jar">
<div id="loading_blog">Loading blog posts...</div>
</div>
{% if display_sidebar == 'yes' %}
<div id="side_jar" style="display:none">
{% if sidebar_content != blank %}
<div id="top_box">
{{ sidebar_content | paragraphs }}
</div>
{% endif %}
</div>
{% endif %}
<div class="clr"></div>
</div>
</div>
<script type="text/javascript">
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: "'", "\\'" }}';
</script>
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript" src="http://c301955.r55.cf1.rackcdn.com/js-aarcade-blogpg.js"></script>