NOZO TV




{{ ## START CUSTOM OPTIONS ## }}

{{ REFER TO NOTES AT: http://ok.aarcadethemes.com/product-item/blog-page/ }}

{{ BLOG DETAIL }}

{% assign blog_feed_url = 'http://nozocollective.wordpress.com/category/nozo-tv/feed/' %}
{% assign blog_link_url = 'https://www.youtube.com/user/NOZOTORONTO' %}
{% assign blog_link_text = 'See more →' %}
{% assign number_of_entries = '10' %}

{{ FORMAT OPTIONS }}

{% assign blog_link_behaviour = 'newwindow' %}
{% assign post_date_format = 'F . d . Y' %}
{% assign blog_width = '1000' %}
{% assign align_blog_to_center = 'yes' %}

{{ NETWORK AND SHARING OPTIONS }}

{% assign share_blog_entries_tool = 'like share tweet pinit' %}
{% assign addthis_pulisher_id = '' %}
{% assign share_tool_style = '7' %}

{{ SIDEBAR OPTIONS }}

{% assign display_sidebar = '' %}
{% assign username_for_twitter_widget = 'nozotoronto' %}
{% capture sidebar_content %}

{% endcapture %}

{{ #### END CUSTOM OPTIONS #### }}

Loading...
{% if display_sidebar == 'yes' %}
{% if sidebar_content != blank %}
{{ sidebar_content | paragraphs }}
{% endif %}
{% 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: "'", "\\'" }}';