Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <!--
- cerise @ shythemes
- -->
- <title>{Title}</title>
- <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
- <link rel="shortcut icon" href="{Favicon}"/>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="image:background" content=""/>
- <meta name="image:sidebar" content=""/>
- <meta name="color:background" content="#f8f8f8"/>
- <meta name="color:text" content="#8c8c8c"/>
- <meta name="color:border" content="#ececec"/>
- <meta name="color:post bg" content="#ffffff"/>
- <meta name="color:accent" content="#adadad"/>
- <meta name="color:bold" content="#6a6a6a"/>
- <meta name="color:link" content="#adadad"/>
- <meta name="color:link hover" content="#6a6a6a"/>
- <meta name="color:scrollbar" content="#8c8c8c"/>
- <meta name="select:post width" content="300" title="300px"/>
- <meta name="select:post width" content="350" title="350px"/>
- <meta name="select:post width" content="400" title="400px"/>
- <meta name="select:body font" content="open-sans" title="open sans"/>
- <meta name="select:body font" content="lato" title="lato"/>
- <meta name="select:body font" content="droid-sans" title="droid sans"/>
- <meta name="select:body font" content="pt-sans" title="pt sans"/>
- <meta name="select:body font" content="pt-serif" title="pt serif"/>
- <meta name="select:body font" content="lora" title="lora"/>
- <meta name="select:layout" content="popup" title="popup"/>
- <meta name="select:layout" content="header" title="header"/>
- <meta name="select:layout" content="left" title="left sidebar"/>
- <meta name="select:layout" content="right" title="right sidebar"/>
- <meta name="if:show description" content="1"/>
- <meta name="if:show captions" content="1"/>
- <meta name="if:show reblog" content="1"/>
- <meta name="if:show tags" content="1"/>
- <meta name="if:tile background" content="1"/>
- <meta name="if:letter spacing" content="0"/>
- <meta name="if:infinite scroll" content="1"/>
- <meta name="text:tagline" content=""/>
- <meta name="text:home link" content="home"/>
- <meta name="text:archive link" content="archive"/>
- <meta name="text:ask link" content="ask"/>
- <meta name="text:link 1" content=""/>
- <meta name="text:link 1 url" content=""/>
- <meta name="text:link 2" content=""/>
- <meta name="text:link 2 url" content=""/>
- <meta name="text:link 3" content=""/>
- <meta name="text:link 3 url" content=""/>
- <meta name="text:link 4" content=""/>
- <meta name="text:link 4 url" content=""/>
- <meta name="text:link 5" content=""/>
- <meta name="text:link 5 url" content=""/>
- <meta name="text:link 6" content=""/>
- <meta name="text:link 6 url" content=""/>
- <script src="//use.edgefonts.net/{select:body font}:n4,i4;inconsolata:n5;source-sans-pro:n4.js"></script>
- <link href="http://static.tumblr.com/fwgzvyf/9EEnzvxdr/k.css" rel="stylesheet" type="text/css"/>
- <style type="text/css">
- /* basic styles */
- ::-webkit-scrollbar {
- width:17px;
- height:17px;
- }
- ::-webkit-scrollbar {
- background-color:{color:background};
- }
- ::-webkit-scrollbar-track {
- border:8px solid {color:background};
- background-color:{color:border};
- }
- ::-webkit-scrollbar-thumb {
- border:8px solid {color:background};
- background-color:{color:scrollbar};
- min-height:24px;
- min-width:24px;
- }
- body {
- font-size:9px;
- font-family:{select:body font}, 'trebuchet ms', sans-serif;
- line-height:15px;
- color:{color:text};
- background-color:{color:background};
- {block:ifLetterSpacing}letter-spacing:1px;{/block:ifLetterSpacing}
- {block:ifBackgroundImage}background-image:url({image:background});{/block:ifBackgroundImage}
- {block:ifNotTileBackground}background-size:cover;{/block:ifNotTileBackground}
- background-attachment:fixed;
- }
- a {
- -webkit-transition:all .3s ease-in-out;
- transition:all .3s ease-in-out;
- }
- blockquote {
- padding-left:15px;
- margin-left:15px;
- border-left:1px solid {color:border};
- }
- pre {
- font-family:consolas, inconsolata, monospace;
- }
- ol {
- padding-left:45px;
- }
- b, strong {
- font-weight:400;
- color:{color:bold};
- }
- blockquote, ol, ul, p, pre {
- margin-top:1em;
- margin-bottom:1em;
- }
- /* accents */
- .accent, ul {
- font-size:8px;
- font-family:calibri, source-sans-pro, sans-serif;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:accent};
- }
- .accent a:hover {
- color:{color:text};
- }
- .block {
- padding:15px 15px 14px;
- background-color:{color:post bg};
- }
- .title {
- font-size:11px;
- font-family:{select:body font}, 'trebuchet ms', sans-serif;
- text-transform:uppercase;
- letter-spacing:1px;
- margin-bottom:15px;
- color:{color:bold};
- }
- ul, .notes {
- padding:0;
- list-style-type:none;
- }
- ul li, .notes li {
- position:relative;
- padding-left:30px;
- }
- ul li::before, .notes li::before, .question > .asker::before {
- content:'';
- position:absolute;
- display:block;
- top:6px;
- left:0;
- width:15px;
- height:1px;
- border-top:1px solid {color:border};
- }
- /* container */
- #main {
- position:relative;
- margin:0 auto;
- padding:75px;
- width:{select:post width}px;
- }
- .popup #main {
- padding-top:195px;
- }
- /* navigation */
- aside {
- position:relative;
- }
- .header aside {
- margin-bottom:75px;
- }
- .left aside,
- .right aside,
- .corner aside {
- position:fixed;
- top:75px;
- width:180px;
- }
- .left aside {
- left:75px;
- left:calc(25% - {select:post width}px/4 - 90px);
- }
- .right aside {
- right:75px;
- right:calc(25% - {select:post width}px/4 - 90px);
- }
- aside .im {
- margin:0 -15px;
- }
- aside .im,
- aside .im img {
- display:block;
- }
- .header aside .im,
- .popup aside .im {
- display:none;
- }
- aside .top::after {
- content:"";
- display:block;
- clear:both;
- }
- aside .top .title {
- margin:0;
- letter-spacing:2px;
- }
- aside .top .tagline {
- float:right;
- height:15px;
- line-height:18px;
- overflow:hidden;
- }
- aside .top,
- aside .im,
- aside .desc {
- margin-bottom:15px;
- }
- .popup .top .title,
- .popup .top .tagline,
- .popup nav li,
- .header .top .title,
- .header .top .tagline,
- .header nav li {
- display:block;
- float:left;
- width:calc(50% - 8px);
- }
- .popup .top .title,
- .popup nav li:nth-child(2n-1),
- .header .top .title,
- .header nav li:nth-child(2n-1) {
- margin-right:15px;
- }
- nav ol {
- overflow:auto;
- list-style-type:none;
- padding:0;
- margin:0 0 -7px 0;
- }
- nav li {
- position:relative;
- margin:0 0 7px;
- }
- nav li::before {
- content:"";
- position:absolute;
- top:7px;
- left:15px;
- right:0;
- height:1px;
- background-color:{color:border};
- }
- nav a {
- position:relative;
- padding:0 15px 0 1px;
- background-color:{color:post bg};
- }
- /* breakpoints */
- @media screen and (max-width:960px) {
- .w300.left #main { position:absolute; left:255px; }
- .w300.left aside { left:75px; }
- .w300.right #main { position:absolute; right:255px; }
- .w300.right aside { right:75px; }
- }
- @media screen and (max-width:1010px) {
- .w350.left #main { position:absolute; left:255px; }
- .w350.left aside { left:75px; }
- .w350.right #main { position:absolute; right:255px; }
- .w350.right aside { right:75px; }
- }
- @media screen and (max-width:1060px) {
- .w400.left #main { position:absolute; left:255px; }
- .w400.left aside { left:75px; }
- .w400.right #main { position:absolute; right:255px; }
- .w400.right aside { right:75px; }
- }
- /* popup button */
- #button {
- display:none;
- position:fixed;
- top:75px;
- left:50%;
- width:45px;
- margin-left:-22px;
- height:45px;
- z-index:9999;
- }
- .popup #button {
- display:block;
- }
- #button .icon {
- position:absolute;
- padding:15px;
- width:15px;
- background-color:{color:post bg};
- }
- #button .icon hr {
- display:block;
- height:1px;
- width:15px;
- border-top:2px solid {color:post bg};
- border-bottom:2px solid {color:post bg};
- background-color:{color:bold};
- }
- #button a {
- position:relative;
- opacity:1;
- z-index:100;
- display:block;
- letter-spacing:3px;
- }
- #button a:hover,
- .tabopen #button a {
- opacity:0;
- }
- #button .avatar {
- display:block;
- width:39px;
- height:39px;
- border:3px solid {color:post bg};
- }
- /* popup */
- .popup aside {
- position:fixed;
- visibility:hidden;
- top:0;
- left:0;
- right:0;
- bottom:0;
- opacity:0;
- z-index:-99;
- -webkit-transition:opacity .3s ease-in-out, visibility 0s ease-in-out .3s, z-index 0s ease-in-out .3s;
- transition:opacity .3s ease-in-out, visibility 0s ease-in-out .3s, z-index 0s ease-in-out .3s;
- }
- .popup.tabopen aside {
- visibility:visible;
- opacity:1;
- z-index:1000;
- -webkit-transition-delay:0s;
- transition-delay:0s;
- }
- .popup aside .bg {
- position:fixed;
- top:0;
- left:0;
- right:0;
- bottom:0;
- opacity:.98;
- background-color:{color:background};
- }
- .popup aside .line {
- left:50%;
- }
- .popup aside .tab_content {
- position:absolute;
- top:195px;
- left:50%;
- -webkit-transform:translate(-50%,0);
- transform:translate(-50%,0);
- width:{select:post width}px;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- }
- /* posts */
- .header #content {
- margin-top:150px;
- }
- .entry {
- position:relative;
- margin:150px 0 0;
- width:{select:post width}px;
- }
- .perma .entry {
- margin:75px 0 0;
- }
- .entry:first-of-type {
- margin-top:0;
- }
- .post {
- position:relative;
- padding:15px;
- background-color:{color:post bg};
- }
- /* info */
- .info {
- text-align:right;
- position:relative;
- padding:15px 0 0;
- z-index:1;
- background-color:{color:post bg};
- }
- .info hr {
- position:absolute;
- top:21px;
- left:15px;
- right:15px;
- height:1px;
- background-color:{color:border};
- }
- .info .bb {
- padding:0 15px;
- position:relative;
- background-color:{color:post bg};
- }
- .tags {
- position:absolute;
- text-align:left;
- z-index:-1;
- opacity:0;
- top:0;
- left:0;
- right:0;
- padding:15px 45px 15px 15px;
- background-color:{color:post bg};
- -webkit-transition:z-index 0s ease-in-out .3s, opacity .3s ease-in-out;
- transition:z-index 0s ease-in-out .3s, opacity .3s ease-in-out;
- {block:IndexPage}{block:ifNotShowTags}display:none;{/block:ifNotShowTags}{/block:IndexPage}
- }
- .tags .x {
- display:block;
- position:absolute;
- top:6px;
- right:0;
- width:12px;
- height:12px;
- padding:15px;
- }
- .tags .x::before,
- .tags .x::after {
- content:"";
- display:block;
- position:absolute;
- width:8px;
- height:1px;
- opacity:.5;
- background-color:{color:accent};
- -webkit-transform:rotate(45deg);
- transform:rotate(45deg);
- }
- .tags .x::after {
- -webkit-transform:rotate(-45deg);
- transform:rotate(-45deg);
- }
- .open .tags {
- opacity:1;
- z-index:1;
- -webkit-transition:z-index 0s, opacity .3s ease-in-out;
- transition:z-index 0s, opacity .3s ease-in-out;
- }
- .tags .comma {
- font-style:inherit;
- }
- .tags .comma:last-of-type {
- display:none;
- }
- /* post titles */
- .post > h1,
- .question,
- .quote {
- margin:0 0 15px;
- }
- .quote * {
- margin:0;
- }
- .question::after {
- content:"";
- display:block;
- clear:both;
- }
- .question > .asker {
- margin-left:15px;
- padding-left:30px;
- position:relative;
- font-style:inherit;
- float:right;
- }
- /* text and captions */
- .text {
- margin:0;
- }
- .text a {
- color:{color:link};
- }
- .text a:hover {
- color:{color:link hover};
- border-color:{color:link hover};
- }
- .caption,
- .source,
- .answer {
- margin-top:15px;
- }
- .caption {
- {block:IndexPage}{block:ifNotShowCaptions}display:none;{/block:ifNotShowCaptions}{/block:IndexPage}
- }
- /* chat posts */
- .chat {
- margin-bottom:-7px;
- }
- .chat .lines {
- margin-bottom:7px;
- }
- .chat .label {
- margin-right:7px;
- }
- /* audio posts */
- .audiowrap {
- position:relative;
- height:27px;
- overflow:hidden;
- line-height:0;
- text-align:left;
- }
- .albumart {
- position:relative;
- z-index:1;
- display:inline-block;
- width:27px;
- height:27px;
- opacity:.9;
- background-size:cover;
- }
- .audio {
- position:absolute;
- display:inline-block;
- left:0;
- top:0;
- right:0;
- bottom:0;
- text-align:left;
- }
- .audio .player {
- width:27px;
- height:27px;
- left:32px;
- top:0;
- opacity:.9;
- overflow:hidden;
- position:absolute;
- }
- .audio .track {
- overflow:hidden;
- position:absolute;
- top:0;
- left:64px;
- right:0;
- bottom:0;
- line-height:29px!important;
- background-color:{color:caption bg};
- }
- /* photos and videos */
- .media {
- overflow:hidden;
- margin:0 -15px;
- {block:IndexPage}{block:ifNotShowCaptions}margin-bottom:-15px;{/block:ifNotShowCaptions}{/block:IndexPage}
- }
- .media:last-child {
- margin-bottom:-15px;
- }
- .video iframe,
- .tumblr_video_container {
- display:block;
- max-width:100%;
- max-height:{select:post width}px;
- }
- .video #youtube_iframe {
- max-height:calc({select:post width}px * 0.67);
- }
- /* pagination */
- .pagination {
- margin-top:150px;
- position:relative;
- text-align:left;
- overflow:auto;
- background-color:{color:post bg};
- {block:ifInfiniteScroll}display:none;{/block:ifInfiniteScroll}
- }
- .pagination a {
- padding:15px;
- display:inline-block;
- position:relative;
- background-color:{color:post bg};
- }
- .pagination .next {
- float:right;
- }
- .pagination hr {
- position:absolute;
- top:21px;
- left:15px;
- right:15px;
- height:1px;
- background-color:{color:border};
- }
- /* post notes */
- .rb {
- float:right;
- }
- .notes li blockquote {
- margin-bottom:1em!important;
- }
- /* etc */
- #stt {
- display:block;
- text-align:center;
- position:fixed;
- left:75px;
- left:calc(25% - {select:post width}px/4 - 90px);
- bottom:75px;
- width:180px;
- opacity:0;
- }
- .popup #stt.s,
- .header #stt.s {
- opacity:1;
- }
- #theme {
- margin-bottom:1px;
- background-color:{color:post bg};
- color:{color:accent};
- }
- #tumblr_lightbox, .tmblr-lightbox {
- background-color:rgba({RGBcolor:background},.98)!important;
- }
- </style>
- <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '1px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- $('#to, .bg').click(function(){
- $('body').toggleClass('tabopen');
- return false
- });
- $('.sh, .x').click(function(){
- $(this).parents('.info').toggleClass('open');
- return false
- });
- {block:IndexPage}
- {block:ifInfiniteScroll}
- $('#stt').click(function(){
- $('html,body').animate({ scrollTop: 0 }, 1000);
- return false
- });
- $(document).scroll(function(){
- var t = $(document).scrollTop();
- if (t > 1000) $('#stt').addClass('s');
- else $('#stt').removeClass('s');
- });
- {/block:ifInfiniteScroll}
- {/block:IndexPage}
- });
- </script>
- </head>
- <body class="{select:layout} w{select:post width}{block:PermalinkPage} perma{/block:PermalinkPage}">
- <div id="main">
- <aside>
- <div class="bg"></div>
- <div class="tab_content block">
- <section class="top">
- <a href="/" class="title">{Title}</a>
- <div class="tagline accent">{text:tagline}</div>
- </section>
- {block:ifSidebarImage}<a href="/" class="im"><img src="{image:sidebar}"/></a>{/block:ifSidebarImage}
- {block:ifShowDescription}<div class="desc">{Description}</div>{/block:ifShowDescription}
- <nav class="accent"><ol><!-- navigation -->{block:ifHomeLink}<li><a href="/">{text:home link}</a></li>{/block:ifHomeLink}{block:ifArchiveLink}<li><a href="/archive">{text:archive link}</a></li>{/block:ifArchiveLink}{block:ifAskLink}<li><a href="/ask">{text:ask link}</a></li>{/block:ifAskLink}{block:HasPages}{block:Pages}<li><a href="{URL}">{Label}</a></li>{/block:Pages}{/block:HasPages}{block:ifLink1}<li><a href="{text:link 1 url}">{text:link 1}</a></li>{/block:ifLink1}{block:ifLink2}<li><a href="{text:link 2 url}">{text:link 2}</a></li>{/block:ifLink2}{block:ifLink3}<li><a href="{text:link 3 url}">{text:link 3}</a></li>{/block:ifLink3}{block:ifLink4}<li><a href="{text:link 4 url}">{text:link 4}</a></li>{/block:ifLink4}{block:ifLink5}<li><a href="{text:link 5 url}">{text:link 5}</a></li>{/block:ifLink5}{block:ifLink6}<li><a href="{text:link 6 url}">{text:link 6}</a></li>{/block:ifLink6}</ol></nav>
- </div>
- </aside>
- <section id="button">
- <div class="icon"><hr/><hr/><hr/></div>
- <a href="/" class="avatar "id="to"><img src="{PortraitURL-64}"/></a>
- </section>
- <div id="content"><!-- posts -->
- {block:Posts}
- <article class="entry">
- {block:Date}<!-- date --><div class="info accent"><hr/><span class="bb"><a href="{Permalink}">{ShortDayOfWeek} {MonthNumber}.{DayOfMonth} {block:NoteCount} & {NoteCount}{/block:NoteCount}</a>{block:IndexPage}{block:ifShowReblog} / <a href="{ReblogURL}" target="_blank" class="reblog">reblog</a>{/block:ifShowReblog}{/block:IndexPage}{block:HasTags}{block:ifShowTags} / <a href="#" class="sh">tags</a>{/block:ifShowTags}{/block:HasTags}</span>{block:HasTags}<!-- tags --><div class="tags"><a href="#" class="x"></a>{block:Tags}<a href="{TagURL}">#{Tag}</a><i class="comma"> / </i>{/block:Tags}</div>{/block:HasTags}</div>{/block:Date}
- <section class="post">
- {block:Answer}<!-- answer --><div class="question accent">{Question}<i class="asker">{Asker}</i></div><div class="answer text">{Answer}</div>{/block:Answer}{block:Audio}<!-- audio --><div class="audiowrap"><div class="albumart" style="{block:AlbumArt}background-image:url({AlbumArtURL});{/block:AlbumArt}"></div><div class="audio accent block">{block:AudioPlayer}<div class="player">{AudioPlayerWhite}</div>{/block:AudioPlayer}<div class="track">{block:Artist}{Artist}{block:TrackName} — {/block:TrackName}{/block:Artist}{block:TrackName}{TrackName}{/block:TrackName}</div></div></div>{/block:Audio}{block:Chat}<!-- chat -->{block:Title}<h1 class="title">{Title}</h1>{/block:Title}<div class="chat text accent">{block:Lines}<div class="lines">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</div>{/block:Lines}</div>{/block:Chat}{block:Link}<!-- link --><h1 class="title"><a href="{URL}">{Name}</a></h1>{block:Description}<div class="text">{Description}</div>{/block:Description}{/block:Link}{block:Photo}<!-- photo --><div class="media">{LinkOpenTag}<img src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}"/>{LinkCloseTag}</div>{/block:Photo}{block:Photoset}<!-- photoset --><div class="media"><div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div></div>{/block:Photoset}{block:Quote}<!-- quote --><div class="quote accent">{Quote}</div>{block:Source}<div class="source text">{Source}</div>{/block:Source}{/block:Quote}{block:Text}<!-- text -->{block:Title}<h1 class="title">{Title}</h1>{/block:Title}<div class="text">{Body}</div>{/block:Text}{block:Video}<!-- video --><div class="media video">{Video-500}</div>{/block:Video}
- {block:Caption}<!-- caption --><div class="caption text">{Caption}</div>{/block:Caption}
- </section>
- </article>
- {block:PostNotes}<!-- post notes --><article id="notes" class="entry"><section class="post">{block:RebloggedFrom}<span class="rb accent"><a href="{ReblogParentURL}" class="rf">via {ReblogParentName}</a>{block:ContentSource} / <a href="{ReblogRootURL}" class="src">source</a>{/block:ContentSource}</span>{/block:RebloggedFrom}<h1 class="title">{NoteCountWithLabel}</h1><div class="accent text">{PostNotes}</div></section></article>{/block:PostNotes}
- {/block:Posts}
- <!-- {block:ContentSource}{SourceURL} {/block:ContentSource}{block:RebloggedFrom}{ReblogRootURL} {ReblogParentURL}{/block:RebloggedFrom} -->
- </div><!-- end #content -->
- {block:Pagination}<!-- pagination --><div class="pagination accent"><hr/>{block:PreviousPage}<a class="back" href="{PreviousPage}">{lang:Back}</a>{/block:PreviousPage}{block:NextPage}<a class="next" href="{NextPage}">next</a>{/block:NextPage}</div>{/block:Pagination}
- {block:ifInfiniteScroll}<a id="stt" href="#" class="accent">scroll to top</a>{/block:ifInfiniteScroll}
- </div><!-- end #main -->
- <a href="http://shythemes.tumblr.com" id="theme" class="accent" title="theme">k.</a>
- {block:IndexPage}{block:ifInfiniteScroll}<script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- <script>
- $(document).ready(function(){
- var $container = $('#content');
- $container.infinitescroll({
- itemSelector: '.entry',
- navSelector: '.pagination',
- nextSelector: '.next',
- loadingImg: '',
- loadingText: '<em></em>',
- bufferPx: 2000
- },
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '1px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- $newElems.find('.sh, .x').click(function(){
- $(this).parents('.info').toggleClass('open');
- return false
- });
- });
- });
- </script>
- {/block:ifInfiniteScroll}{/block:IndexPage}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement