Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!--
- theme: Color Block
- version: 2.0 (December 10, 2013)
- from: adorablethemes.com
- -->
- {MobileAppHeaders}
- <title>{block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
- <link rel="shortcut icon" href="{Favicon}"/>
- <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1"/>
- <meta name="font:Body" content="Helvetica Neue, Helvetica, Arial, sans-serif"/>
- <meta name="font:Headings" content="Helvetica Neue, Helvetica, Arial, sans-serif"/>
- <meta name="font:Sidebar Links" content="Gibson, sans-serif"/>
- <meta name="image:Sidebar Banner" content=""/>
- <meta name="image:Sidebar Photo" content=""/>
- <meta name="image:Background" content=""/><meta name="color:Background" content="#222222"/><meta name="color:Sidebar Background" content="#222222"/>
- <meta name="color:Sidebar Text" content="#aaaaaa"/>
- <meta name="color:Sidebar Link 1" content="#333333"/>
- <meta name="color:Sidebar Link 2" content="#333333"/>
- <meta name="color:Sidebar Link 3" content="#333333"/>
- <meta name="color:Sidebar Link Text" content="#ffffff"/>
- <meta name="color:Sidebar Link Hover" content="#444444"/>
- <meta name="color:Sidebar Link Hover Text" content="#ffffff"/>
- <meta name="color:Post Background" content="#333333"/>
- <meta name="color:Post Hover" content="#000000"/>
- <meta name="color:Post Hover Text" content="#ffffff"/>
- <meta name="color:Post Text" content="#bbbbbb"/>
- <meta name="color:Post Links" content="#ffffff"/>
- <meta name="text:Custom Link 1 URL" content=""/>
- <meta name="text:Custom Link 1 Name" content=""/>
- <meta name="text:Custom Link 2 URL" content=""/>
- <meta name="text:Custom Link 2 Name" content=""/>
- <meta name="text:Custom Link 3 URL" content=""/>
- <meta name="text:Custom Link 3 Name" content=""/>
- <meta name="text:Custom Link 4 URL" content=""/>
- <meta name="text:Custom Link 4 Name" content=""/>
- <meta name="text:Google Analytics ID" content=""/>
- <meta name="if:Show Archive Link" content="1"/>
- <meta name="if:Show Random Link" content="1"/>
- <meta name="if:Infinite Scrolling" content="1"/>
- <meta name="if:Show Following" content="0"/>
- <meta name="if:Show Photo Captions" content="0"/>
- <meta name="if:Show Search Box" content="1">
- <meta name="if:Smaller Posts" content="0"/>
- <meta name="if:Fixed Sidebar" content="1"/>
- <meta name="if:Transparent Sidebar" content="0"/>
- <style type="text/css">
- body {
- color: {color:Post Text};
- background: {color:Background} url('{image:Background}');
- background-attachment: fixed;
- font-family: {font:Body};
- }
- .wrapper {
- margin: 0 auto;
- {block:IfNotSmallerPosts}
- width: 750px;
- {/block:IfNotSmallerPosts}
- {block:IfSmallerPosts}
- width: 850px;
- {/block:IfSmallerPosts}
- }
- .main {
- margin-top: -8px;
- margin-left: 285px;
- {block:IfNotSmallerPosts}
- width: 450px;
- {/block:IfNotSmallerPosts}
- {block:IfSmallerPosts}
- width: 550px;
- {/block:IfSmallerPosts}
- }
- .sidebar {
- width: 300px;
- min-height: 100%;
- background-color: {color:Sidebar Background};
- {block:IfTransparentSidebar}
- background-color: rgba({RGBcolor:Sidebar Background},0.5);
- {/block:IfTransparentSidebar}
- color: {color:Sidebar Text};
- float: left;
- margin-left: -8px;
- {block:IfFixedSidebar}
- position: fixed;
- {/block:IfFixedSidebar}
- }
- .sidebar .widget {
- border: 1px solid rgba({RGBcolor:Sidebar Text}, 0.25);
- margin-left: 16px;
- margin-right: 16px;
- margin-bottom: 12px;
- font-size: 10px;
- line-height: 150%;
- padding: 9px 18px;
- {block:IfTransparentSidebar}
- background-color: rgba({RGBcolor:Sidebar Background},0.5);
- {/block:IfTransparentSidebar}
- }
- .search {
- background-color: transparent;
- border: 0;
- color: {color:Sidebar Text};
- width: 100%;
- }
- {block:IndexPage}
- /* manage columns */
- {block:IfNotSmallerPosts}
- @media screen and (min-width:1154px) {
- .wrapper {
- width: 1150px;
- }
- .main {
- width: 850px;
- }
- }
- @media screen and (min-width:1600px) {
- .wrapper {
- width: 1575px;
- }
- .main {
- width: 1275px;
- }
- }
- {/block:IfNotSmallerPosts}
- {block:IfSmallerPosts}
- @media screen and (min-width:1200px) {
- .wrapper {
- width: 1125px;
- }
- .main {
- width: 825px;
- }
- }
- @media screen and (min-width:1400px) {
- .wrapper {
- width: 1400px;
- }
- .main {
- width: 1100px;
- }
- }
- {/block:IfSmallerPosts}
- {/block:IndexPage}
- /*Headings*/
- h1,h2,h3,h4,h5,h6 {
- font-family: {font:Headings};
- }
- /*Links*/
- a {
- color: {color:Post Links};
- text-decoration: none;
- }
- a:hover {
- color: {color:Post Links};
- text-decoration: underline;
- }
- /*Sidebar stuff*/
- ul {
- list-style-type: none;
- padding-left: 0;
- margin-left: 16px;
- margin-right: 16px;
- }
- ul.sidelinks {
- -moz-columns: 2 auto;
- -webkit-columns: 2 auto;
- columns: 2 auto;
- -moz-column-gap: 3px;
- -webkit-column-gap: 3px;
- column-gap: 3px;
- }
- ol.notes {
- list-style-type: none;
- padding-left: 0;
- }
- ul.sidelinks li {
- color: {color:Sidebar Link Text};
- font-size: 10px;
- font-weight: normal;
- text-align: center;
- display: block;
- padding: 2px;
- margin-bottom: 3px;
- border: 0;
- }
- ul.sidelinks a:nth-child(3n) li {
- background-color: {color:Sidebar Link 1};
- }
- ul.sidelinks a:nth-child(3n+1) li {
- background-color: {color:Sidebar Link 2};
- }
- ul.sidelinks a:nth-child(3n+2) li {
- background-color: {color:Sidebar Link 3};
- }
- ul.sidelinks a li:hover {
- color: {color:Sidebar Link Hover Text};
- background-color: {color:Sidebar Link Hover};
- }
- a.sidelink {
- font-family: {font:Sidebar Links};
- color: {color:Sidebar Link Text};
- display: block;
- }
- a.sidelink:hover {
- color: {color:Sidebar Link Hover Text};
- text-decoration: none;
- }
- .sidebanner {
- max-width: 250px;
- height: auto;
- margin-top: 6px;
- border-radius: 2px;
- }
- .sidepic {
- max-width: 250px;
- height: auto;
- margin-top: 6px;
- border-radius: 2px;
- }
- /*Lists*/
- ul {
- list-style-type: none;
- padding-left: 0;
- }
- /*Post things*/
- .content {
- font-size: 12px;
- padding: 10px;
- }
- .post blockquote {
- font-size: 12px;
- padding: 8px;
- margin: 10px;
- border-left: 4px solid rgba({RGBcolor:Post Text}, 0.25);
- }
- /*Text posts*/
- .post p {
- font-size: 12px;
- line-height: 150%;
- }
- .post ul {
- list-style-type: square;
- font-size: 12px;
- padding-left: 20px;
- }
- .post ol {
- font-size: 12px;
- padding-left: 20px;
- }
- .post p img {
- max-width: 100%;
- border-radius: 2px;
- }
- /*Chat posts*/
- ul.chat {
- list-style-type: none !important;
- padding-left: 0 !important;
- margin: 0;
- }
- .chat li {
- padding-top: 5px;
- padding-bottom: 5px;
- border-bottom: 1px solid rgba({RGBcolor:Post Text},0.05);
- }
- .chat li:last-child {
- border-bottom: none;
- }
- .chat-label {
- font-weight: bold;
- }
- .post {
- float: left;
- background: {color:Post Background};
- margin-right: 8px;
- margin-bottom: 8px;
- width: 400px;
- overflow: hidden;
- }
- .photo img {
- width: 400px;
- height: auto;
- display: block;
- }
- .post .infoblock {
- border-top: 2px solid rgba({RGBcolor:Post Text},0.25);
- padding-left: 5px;
- padding-right: 5px;
- font-size: 10px;
- line-height: 20px;
- }
- .photo .infoblock {
- display: none;
- position: absolute;
- bottom: 0px;
- left: 0px;
- width: 390px;
- font-size: 10px;
- line-height: 20px;
- font-weight: normal;
- border-top: 0;
- background-color: rgba({RGBcolor:Post Hover}, 0.75);
- padding-left: 5px;
- padding-right: 5px;
- }
- .photo:hover .infoblock {
- display: block;
- }
- .post .infoblock a, .post .infoblock a:hover {
- color: {color:Post Text};
- }
- .photo .infoblock a, .photo .infoblock a:hover {
- color: {color:Post Hover Text};
- }
- .note {
- padding: 5px;
- border-bottom: 1px solid rgba(0,0,0,0.2);
- }
- .note:last-child {
- border-bottom: 0;
- }
- hr {
- border: none;
- border-bottom: 1px solid rgba(0,0,0,0.2);
- }
- /*remove link image border in IE*/
- a img {
- border: none;
- }
- /*clearfix*/
- .clearfix:before,
- .clearfix:after {
- content: " ";
- display: table;
- }
- .clearfix:after {
- clear: both;
- }
- .clearfix {
- *zoom: 1;
- }
- /*limit following avatars*/
- .widget-following a:nth-child(n+16) {
- display: none;
- }
- .widget-following a img {
- width: 27px;
- border-radius: 27px;
- }
- /* you shouldn't see this div if infinite scroll is on */
- div.pagination {
- margin: 0 auto;
- clear: both;
- text-align: center;
- }
- /* previous and next page buttons */
- #previous, #next, .page-info {
- font-size: 12px;
- background: {color:Post Background};
- padding: 6px;
- }
- .post iframe {
- max-width: 100%;
- display: block;
- }
- ol.notes {
- list-style-type: none;
- padding-left: 0;
- }
- /* icons next to notes */
- .reblog {background: transparent url('http://static.tumblr.com/anzluor/nF5ml4elu/reblog.png') right center no-repeat;}
- .like {background: transparent url('http://static.tumblr.com/anzluor/O7Nml4ekz/like.png') right center no-repeat;}
- .tag:before {
- content: "#";
- }
- {block:IfSmallerPosts}
- .post {
- width: 250px;
- }
- .photo img {
- width: 250px;
- }
- .photo .infoblock {
- width: 240px;
- }
- .post blockquote, .post p, .post ul, .post ol {
- font-size: 11px;
- }
- {/block:IfSmallerPosts}
- {block:PermalinkPage}
- .wrapper {
- width: 1000px;
- }
- .main {
- width: 700px;
- }
- .post {
- width: 700px;
- }
- .photo img {
- width: 700px;
- height: auto;
- }
- img.avatar {
- width: 16px;
- }
- .post blockquote, .post p, .post ul, .post ol {
- font-size: 12px;
- }
- {/block:PermalinkPage}
- img.avatar {
- vertical-align: middle;
- display: inline;
- width: 32px;
- height: 32px;
- border-radius: 32px;
- margin-right: 7px;
- }
- @media screen and (max-width: 900px) {
- .wrapper {
- width: 100%;
- }
- .main {
- width: 100%;
- max-width: 700px;
- margin: 0 auto;
- }
- .sidebar {
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 100%;
- float: none;
- position: relative;
- margin-left: 0;
- margin-top: 0;
- }
- .sidebar .content {
- padding: 10px 0;
- }
- .post blockquote, .post p, .post ul, .post ol {
- font-size: 11px;
- }
- .post {
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 100%;
- max-width: 700px;
- }
- .post img {
- max-width: 100%;
- }
- .photo img {
- width: 100%;
- }
- .photo:hover .infoblock {
- display: none;
- }
- .sidelink {
- font-size: 14px;
- line-height: 250%;
- }
- .widget-twitter, .widget-following, .widget-search {
- display: none;
- }
- .post iframe {
- width: 100%;
- }
- }
- @media screen and (max-width: 360px) {
- .post blockquote, .post p, .post ul, .post ol {
- font-size: 10px;
- }
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div class="wrapper">
- <div class="sidebar clearfix">
- <div class="content">
- <center>
- {block:IfSidebarBannerImage}<div><img class="sidebanner" src="{image:Sidebar Banner}" alt="" title="{Title}" />{/block:IfSidebarBannerImage}
- {block:IfSidebarPhotoImage}<div><img class="sidepic" src="{image:Sidebar Photo}" alt="" title="{Title}" /></div>{/block:IfSidebarPhotoImage}
- {block:IfNotSidebarPhotoImage}<div><img class="sidepic" src="{PortraitURL-128}" alt="" title="{Title}" /></div>{/block:IfNotSidebarPhotoImage}
- </center>
- <ul class="sidelinks">
- <a class="sidelink" href="/"><li>{lang:Home}</li></a>
- {block:HasPages}
- {block:Pages}
- <a class="sidelink" href="{URL}"><li>{Label}</li></a>
- {/block:Pages}
- {/block:HasPages}
- {block:AskEnabled}
- <a class="sidelink" href="/ask"><li>{AskLabel}</li></a>
- {/block:AskEnabled}
- {block:SubmissionsEnabled}
- <a class="sidelink" href="/submit"><li>{SubmitLabel}</li></a>
- {/block:SubmissionsEnabled}
- {block:IfShowArchiveLink}
- <a class="sidelink" href="/archive"><li>{lang:Archive}</li></a>
- {/block:IfShowArchiveLink}
- {block:IfShowRandomLink}
- <a class="sidelink" href="/random"><li>{lang:Random}</li></a>
- {/block:IfShowRandomLink}
- {block:Twitter}<a class="sidelink" href="https://twitter.com/{TwitterUsername}" title="Follow on Twitter"><li>Twitter</li></a>{/block:Twitter}
- {block:IfCustomLink1URL}
- <a class="sidelink" href="{text:Custom Link 1 URL}"><li>{text:Custom Link 1 Name}</li></a>
- {/block:IfCustomLink1URL}
- {block:IfCustomLink2URL}
- <a class="sidelink" href="{text:Custom Link 2 URL}"><li>{text:Custom Link 2 Name}</li></a>
- {/block:IfCustomLink2URL}
- {block:IfCustomLink3URL}
- <a class="sidelink" href="{text:Custom Link 3 URL}"><li>{text:Custom Link 3 Name}</li></a>
- {/block:IfCustomLink3URL}
- {block:IfCustomLink4URL}
- <a class="sidelink" href="{text:Custom Link 4 URL}"><li>{text:Custom Link 4 Name}</li></a>
- {/block:IfCustomLink4URL}
- <a class="sidelink" href="http://adorablethemes.com/"><li>Tumblr Themes</li></a>
- </ul>
- {block:Description}
- <div class="widget widget-description">
- <div id="description">{Description}</div>
- </div>
- {/block:Description}
- {block:IfShowSearchBox}
- <div class="widget widget-search">
- <form action="/search" method="get" id="search-form">
- <input class="search" type="text" placeholder="{lang:Search}..." name="q" value="{SearchQuery}" />
- </form>
- </div>
- {/block:IfShowSearchBox}
- {block:Twitter}
- <div class="widget widget-twitter">
- <div id="twitter" style="display:none;">
- <h4>Tweets</h4>
- <div id="tweets"></div>
- </div>
- <script type="text/javascript">
- function recent_tweets(data) {
- for (i=0; i<3; i++) {
- document.getElementById("tweets").innerHTML =
- document.getElementById("tweets").innerHTML +
- '<a href="http://twitter.com/{TwitterUsername}/status/' +
- (data[i].id_str ? data[i].id_str : data[i].id) +
- '"><div class="tweet">' + data[i].text +
- '</div></a><br>';
- }
- document.getElementById("twitter").style.display = 'block';
- }
- </script>
- </div>
- {/block:Twitter}
- {block:IfShowFollowing}
- {block:Following}
- <div class="widget widget-following">
- <h4 id="following">{lang:Following}</h4>
- {block:Followed}<a href="{FollowedURL}"><img src="{FollowedPortraitURL-30}" title="{FollowedTitle}" /></a> {/block:Followed}
- </div>
- {/block:Following}
- {/block:IfShowFollowing}
- </div>
- </div>
- <div class="main clearfix">
- <ul id="posts">
- {block:Posts}
- <li class="post {PostType}">
- {block:Text}
- <div class="content">
- {block:Title}
- <h3>{Title}</h3>
- {/block:Title}
- {Body}
- </div>
- {/block:Text}
- {block:Answer}
- <div class="content">
- <p><a href="{AskerURL}"><img class="avatar" src="{AskerPortraitURL-30}" /></a> {Asker}: {Question}</p>
- <hr>
- {Answer}
- </div>
- {/block:Answer}
- {block:Photo}
- {block:IndexPage}
- <a href="{Permalink}"><img src="{PhotoURL-400}" alt="{PhotoAlt}"/></a>
- {block:IfShowPhotoCaptions}
- {block:Caption}
- <div class="content">
- {Caption}
- </div>
- {/block:Caption}
- {/block:IfShowPhotoCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}<img src="{PhotoURL-1280}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {block:Caption}
- <div class="content">
- {Caption}
- </div>
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <div class="photoset-grid" data-layout="{PhotosetLayout}" data-id="photoset{PostID}">
- {block:Photos}
- <img src="{PhotoURL-400}"
- {block:HighRes}data-highres="{PhotoURL-HighRes}"{/block:HighRes}
- {block:Caption}alt="{Caption}"{/block:caption} />
- {/block:Photos}
- </div>
- {block:IfShowPhotoCaptions}
- {block:Caption}
- <div class="content">
- {Caption}
- </div>
- {/block:Caption}
- {/block:IfShowPhotoCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Photoset}
- {block:Caption}
- <div class="content">
- {Caption}
- </div>
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- <div class="content">
- <blockquote>
- "{Quote}"
- </blockquote>
- {block:Source}
- <p style="text-align: right">— {Source}</p>
- {/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <div class="content">
- <a href="{URL}" class="link" {Target}><h3>{Name} →</h3></a>
- {block:Description}
- {Description}
- {/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="content">
- {block:Title}
- <h3>{Title}</h3>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="chat-label">{Label}</span>
- {/block:Label}
- <span class="chat-line">{Line}</span>
- </li>
- {/block:Lines}
- </ul>
- </div>
- {/block:Chat}
- {block:Video}
- {block:IndexPage}
- {block:IfSmallerPosts}
- {Video-250}
- {/block:IfSmallerPosts}
- {block:IfNotSmallerPosts}
- {Video-400}
- {/block:IfNotSmallerPosts}
- {block:IfShowPhotoCaptions}
- {block:Caption}
- <div class="content">
- {Caption}
- </div>
- {/block:Caption}
- {/block:IfShowPhotoCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Video-700}
- {block:Caption}
- <div class="content">{Caption}</div>
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:Video}
- {block:Audio}
- <div class="content">
- {block:AudioEmbed}
- {AudioEmbed}
- {/block:AudioEmbed}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Audio}
- {block:PermalinkPage}
- </li>
- {block:PermalinkPagination}
- {block:HasTags}
- <li class="post post-meta">
- <div class="content">
- {block:Tags}
- <a class="tag" href="{TagURL}">{Tag}</a>
- {/block:Tags}
- </div>
- </li>
- {/block:HasTags}
- <li class="post post-meta">
- <div class="content">
- <a href='{Permalink}'>{NoteCountWithLabel}</a>
- <a style="float:right" href='{Permalink}'>{TimeAgo}</a>
- </div>
- </li>
- {block:PostNotes}
- <li class="post post-meta">
- <div class="content">
- {PostNotes-64}
- </div>
- </li>
- {/block:PostNotes}
- {/block:PermalinkPagination}
- {/block:PermalinkPage}
- {block:IndexPage}
- <div class="infoblock">
- <a class="postnotes" href="{Permalink}#notes">{NoteCountWithLabel}</a>
- <a style="float: right" href="{Permalink}">{TimeAgo}</a>
- </div>
- </li>
- {/block:IndexPage}
- {/block:Posts}
- </ul>
- <div class="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" id="next">« {lang:Previous Page}</a> {/block:PreviousPage}
- <span class="page-info">{lang:CurrentPage of TotalPages}</span>
- {block:NextPage}<a href="{NextPage}" id="next">{lang:Next Page} »</a>{/block:NextPage}{/block:Pagination}
- </div>
- </div>
- </div>
- {block:IndexPage}
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
- {block:IfInfiniteScrolling}<script src="http://static.tumblr.com/anzluor/98Ymoinyd/jquery.infinitescroll.min.js"></script>{/block:IfInfiniteScrolling}
- <script src="http://static.tumblr.com/anzluor/3H8mp4qek/masonry.pkgd.min.js"></script>
- <script src="http://static.tumblr.com/anzluor/HAXmxj1fs/photoset-grid.js"></script>
- <script>
- $(function(){
- var container = $('ul#posts');
- $('.photoset-grid').photosetGrid({
- rel: $('.photoset-grid').attr('data-id'),
- gutter: '8px'
- });
- container.imagesLoaded( function(){
- container.masonry({
- itemSelector : 'li.post'
- });
- });
- container.infinitescroll({
- navSelector : 'div.pagination',
- nextSelector : 'div.pagination a#next',
- itemSelector : 'li.post',
- },
- function( newElements ) {
- $('.photoset-grid').photosetGrid({
- rel: $('.photoset-grid').attr('data-id'),
- gutter: '8px'
- });
- var $newElems = $( newElements ).css({ opacity: 0 });
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $('.photoset-grid').photosetGrid({
- rel: $('.photoset-grid').attr('data-id'),
- gutter: '8px'
- });
- container.masonry( 'appended', $newElems, true );
- });
- }
- );
- });
- </script>
- {/block:IndexPage}
- {block:IfGoogleAnalyticsID}
- <script>
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
- ga('create', '{text:Google Analytics ID}', 'tumblr.com');
- ga('send', 'pageview');
- </script>
- {/block:IfGoogleAnalyticsID}
- {block:Twitter}
- <script src="/tweets.js"></script>
- {/block:Twitter}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement