85 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			85 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html >
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
  <title><%site_title%></title>
 | 
						|
<%include include_common_head.html%>
 | 
						|
</head>
 | 
						|
<body id="home">
 | 
						|
    <%~if ad_wallpaper%>
 | 
						|
    <%ad_wallpaper%>
 | 
						|
    <%~endif%>
 | 
						|
 | 
						|
    <div class="container">
 | 
						|
        <%include include_header.html%>
 | 
						|
 | 
						|
        <div class="main">
 | 
						|
            <div class="contentwrapper clearfix">
 | 
						|
              <%~set title_loop = Links::Build::build('title', 'Slowtwitch Podcast')%>
 | 
						|
              <%include include_breadcrumb.html%>
 | 
						|
 | 
						|
              <section class="section section-has-widgets section-reverse">
 | 
						|
              <div class="sidebar-b">
 | 
						|
                <%~Plugins::UI::fetch_widget(27)%>
 | 
						|
                <div class="widget-spacer"></div>
 | 
						|
                <%include _widget_manual.html%>
 | 
						|
 | 
						|
                <div class="widget-spacer"></div>
 | 
						|
 | 
						|
                <div class="advert hide-on-mobile">
 | 
						|
                         
 | 
						|
          <%~set adsize = '300x600'%>
 | 
						|
          <%include include_ad.html%>
 | 
						|
       
 | 
						|
                </div>
 | 
						|
                <div class="widget-spacer"></div>
 | 
						|
                <%~set Title = 'Local Listing'%>
 | 
						|
                <%~set Widget = 'local_listings'%>
 | 
						|
                <%include _widget_automated.html%>
 | 
						|
 | 
						|
              </div>
 | 
						|
 | 
						|
              <div class="content content-has-widgets">
 | 
						|
                <div class="grid">
 | 
						|
                  <div class="col-1-1">
 | 
						|
                    <h1>Slowtwitch Podcast</h1>
 | 
						|
                    <img src="https://slowtwitch.com/images/slowtwitch_podcast.png" width="300px" class="img-responsive">
 | 
						|
                   Hosted by Ryan & Eric The Slowtwitch Podcast is the latest addition to our coverage. 
 | 
						|
                   
 | 
						|
                   <br /><br />Guests or not each episode will be wide-ranging conversations while staying true to the ethos of Slowtwitch: fiercely independent and authentic. 
 | 
						|
 | 
						|
                   <br /><br />Episodes will release weekly on Thursdays and be available on your favorite streaming services.
 | 
						|
 | 
						|
                   <br /><br />Find us on:
 | 
						|
                   <ul>
 | 
						|
                   <li>
 | 
						|
                    <a href="https://open.spotify.com/episode/0XWxS1KdabSPhNj9vAhNVY?si=UZ9tYwdTR7ybKjzh0K2u-A">Spotify</a>
 | 
						|
                   </li>
 | 
						|
                   <li>
 | 
						|
                    <a href="https://theslowtwitchpodcast.podbean.com/e/rough-draft-10/">PodBean</a>
 | 
						|
                   </li>
 | 
						|
                   </ul>
 | 
						|
                  </div><!-- end col-2/3 -->
 | 
						|
 | 
						|
          <div class="grid">
 | 
						|
 | 
						|
            <!-- latest articles -->
 | 
						|
            <div class="clearfix">
 | 
						|
              <%~loop category_loop%>
 | 
						|
              <%include include_category.html%>
 | 
						|
              <%~endloop%>
 | 
						|
            </div>
 | 
						|
          </div>
 | 
						|
 | 
						|
                </div><!-- end grid -->
 | 
						|
                <div class="section-divider mobile"></div>
 | 
						|
              </div><!-- end content -->
 | 
						|
              </section>
 | 
						|
 | 
						|
            </div>
 | 
						|
        </div>
 | 
						|
        <%include include_footer.html%>
 | 
						|
    </div>
 | 
						|
</body>
 | 
						|
<%~include include_global_js.html%>
 | 
						|
</html>
 |