Advertisement
florels

theme #58 - FALSE ALARM

Sep 6th, 2016
2,364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.55 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!--
  5.  
  6.  
  7. FALSE ALARM theme by
  8. F L O R E L S (✿◠‿◠) ////
  9. started june 23, 2016
  10. finished june 27, 2016
  11. published sept 06, 2016
  12.  
  13. photoset permalink glitch fixed feb 12, 2017
  14.  
  15.  
  16. -->
  17.  
  18. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  19. <head>
  20.  
  21.  
  22. <link rel="icon" href="{Favicon}"/>
  23. <title>{Title}</title>
  24. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  25.  
  26. <meta name="image:background" content="" />
  27.  
  28. <meta name="color:background 1" content="#f6f6f6" />
  29. <meta name="color:background 2" content="#fff" />
  30. <meta name="color:background border" content="#e7e7e7" />
  31. <meta name="color:blog title" content="#b3b3b3" />
  32. <meta name="color:description" content="#b3b3b3" />
  33. <meta name="color:description link" content="#b3b3b3" />
  34. <meta name="color:sidebar background" content="#fff" />
  35. <meta name="color:sidebar border" content="#e7e7e7" />
  36. <meta name="color:link" content="#b3b3b3" />
  37. <meta name="color:nav link" content="#b3b3b3" />
  38. <meta name="color:nav link accent" content="#f7c282" />
  39. <meta name="color:nav link hover" content="#cccccc" />
  40. <meta name="color:permalink" content="#b3b3b3" />
  41. <meta name="color:permalink border" content="#f7c282" />
  42. <meta name="color:permalink hover" content="#cccccc" />
  43. <meta name="color:post background" content="#fff" />
  44. <meta name="color:post border" content="#e7e7e7" />
  45. <meta name="color:scrollbar" content="#f7c282" />
  46. <meta name="color:scrollbar background" content="#fff" />
  47. <meta name="color:text" content="#b3b3b3" />
  48. <meta name="color:tooltip" content="#b3b3b3" />
  49. <meta name="color:tooltip background" content="#fff" />
  50. <meta name="color:tooltip border" content="#b5b5b5" />
  51.  
  52. <meta name="if:2 columns" content="1"/>
  53. <meta name="if:sidebar background" content="1"/>
  54. <meta name="if:post border" content="1"/>
  55. <meta name="if:sidebar border" content="1"/>
  56. <meta name="if:tiled background image" content="0"/>
  57. <meta name="if:custom link 1" content="1" />
  58. <meta name="if:custom link 2" content="1" />
  59. <meta name="if:custom link 3" content="1" />
  60.  
  61. <meta name="text:ask link" content="/ask" />
  62. <meta name="text:link 1 url" content="/" />
  63. <meta name="text:link 1 title" content="link 1" />
  64. <meta name="text:link 2 url" content="/" />
  65. <meta name="text:link 2 title" content="link 2" />
  66. <meta name="text:link 3 url" content="/" />
  67. <meta name="text:link 3 title" content="link 3" />
  68.  
  69. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  70.  
  71.  
  72. <script type="text/javascript">
  73. WebFontConfig = {
  74. google: { families: [ 'Source+Sans+Pro:400,400italic,600:latin' ] }
  75. };
  76. (function() {
  77. var wf = document.createElement('script');
  78. wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  79. wf.type = 'text/javascript';
  80. wf.async = 'true';
  81. var s = document.getElementsByTagName('script')[0];
  82. s.parentNode.insertBefore(wf, s);
  83. })(); </script>
  84.  
  85.  
  86. {block:IndexPage}
  87. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  88. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  89.  
  90. <script type="text/javascript">
  91. $(window).load(function () {
  92. $('#posts').masonry(),
  93. $('.masonryWrap').infinitescroll({
  94. navSelector : "div.navigation",
  95. // selector for the paged navigation (it will be hidden)
  96. nextSelector : ".navigation a#next",
  97. // selector for the NEXT link (to page 2)
  98. itemSelector : ".post",
  99. // selector for all items you'll retrieve
  100. bufferPx : 10000,
  101. extraScrollPx: 10000,
  102. loadingImg : "http://static.tumblr.com/bcpenwm/o5Nmy3k0o/florels.gif",
  103. loadingText : "<em></em>",
  104. },
  105. // call masonry as a callback.
  106. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  107. );
  108. });
  109. </script>
  110. {/block:IndexPage}
  111.  
  112.  
  113.  
  114. <div class="navigation">{block:Pagination}{block:NextPage}<span id="page_nav"><span onclick='return false;'><a style="float:right;opacity:0;" href="{NextPage}" id="next"></a>{/block:NextPage}{block:PreviousPage}<a style="float:right;opacity:0;" href="{PreviousPage}"></a></span></span>{/block:PreviousPage}{/block:Pagination}</div>
  115.  
  116.  
  117.  
  118. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  119. <script>
  120. (function($){
  121. $(document).ready(function(){
  122. $("[title]").style_my_tooltips({
  123. tip_follows_cursor:true,
  124. tip_delay_time:0,
  125. tip_fade_speed:0
  126. }
  127. );
  128. });
  129. })(jQuery);
  130. </script>
  131.  
  132.  
  133.  
  134.  
  135. <style type="text/css">
  136.  
  137.  
  138. iframe#tumblr_controls {
  139. top: 0% !important;
  140. right:0% !important;
  141. position: fixed !important;}
  142.  
  143.  
  144. body {
  145. margin:0px;
  146. padding:0px;
  147. margin-top:0px;
  148. margin-bottom:0px;
  149. font-family:'Source Sans Pro', sans-serif;
  150. font-size:11px;
  151. color:{color:text};
  152. background-image:url('{image:background}');
  153. background-attachment:fixed;
  154. {block:ifnottiledbackgroundimage}
  155. background-size:cover;
  156. {/block:ifnottiledbackgroundimage}
  157. background-color:{color:background 1};}
  158.  
  159. #bg2 {
  160. height:100%;
  161. width:100%;
  162. left:50%;
  163. margin-left:200px;
  164. top:0;
  165. z-index:1;
  166. position:fixed;
  167. background-color:{color:background 2};
  168. border-left:1px solid {color:background border};}
  169.  
  170. #s-m-t-tooltip{
  171. font-size: 9px;
  172. color:{color:tooltip};
  173. background-color:{color:tooltip background};
  174. text-align: center;
  175. letter-spacing:1px;
  176. min-width:50px;
  177. max-width:120px;
  178. overflow:auto;
  179. font-style:italic;
  180. border:1px solid {color:tooltip border};
  181. display: none;
  182. position: absolute;
  183. z-index: 999999999999;
  184. padding:5px;
  185. margin:30px 0 15px 10px;
  186. -webkit-transition: all 0.2s ease-in-out;
  187. -moz-transition: all 0.2s ease-in-out;
  188. transition: all 0.2s ease-in-out;}
  189.  
  190. a {
  191. color:{color:link};
  192. text-decoration:underline;}
  193.  
  194. a:hover {
  195. text-decoration:none;}
  196.  
  197. /** theme by F L O R E L S (✿◠‿◠) //// **/
  198.  
  199. a:active,a:focus {outline:0;}
  200.  
  201. ::-webkit-scrollbar-thumb{
  202. background-color:{color:scrollbar};
  203. border:6px solid {color:scrollbar background};
  204. height:6px;}
  205.  
  206. ::-webkit-scrollbar {
  207. height:13px;
  208. width:13px;
  209. background-color:{color:scrollbar background};}
  210.  
  211. #sidebar {
  212. z-index:4;
  213. height:auto;
  214. top:130px;
  215. padding:20px;
  216. left:50%;
  217. margin-left:250px;
  218. width:200px;
  219. position:fixed;
  220. {block:ifsidebarborder}
  221. border:1px solid {color:sidebar border};
  222. {/block:ifsidebarborder}
  223. {block:ifnotsidebarborder}
  224. border:1px solid rgba(0,0,0,0);
  225. {/block:ifnotsidebarborder}
  226. {block:ifsidebarbackground}
  227. background-color:{color:sidebar background};
  228. {/block:ifsidebarbackground}}
  229.  
  230. #blogtitle{
  231. position:relative;
  232. height:auto;
  233. z-index:5;
  234. text-transform:uppercase;
  235. padding-bottom:2px;
  236. color:{color:blog title};
  237. font-size:17px;
  238. letter-spacing:3px;
  239. font-weight:bold;
  240. text-align:left;
  241. width:auto;}
  242.  
  243. #description {
  244. text-align:left;
  245. color:{color:description};
  246. position:relative;
  247. z-index:6;
  248. width:200px;
  249. margin:-3px 0 15px 0;}
  250.  
  251. #description a{
  252. z-index:7;
  253. position:relative;
  254. color:{color:description link};
  255. text-decoration:underline;}
  256.  
  257. #description a:hover{
  258. text-decoration:none;}
  259.  
  260. #navlinks {
  261. position:relative;
  262. z-index:5;
  263. color:{color:nav link};
  264. line-height:22px;
  265. text-transform:uppercase;
  266. font-size:10px;
  267. text-align:left;}
  268.  
  269. #navlinks a {
  270. color:{color:nav link};
  271. text-decoration:none;
  272. margin:0 10px 0 0;
  273. border-bottom:1px solid {color:nav link accent};
  274. -webkit-transition: all 0.3s ease-in-out;
  275. -moz-transition: all 0.3s ease-in-out;
  276. transition: all 0.3s ease-in-out;}
  277.  
  278. #navlinks a:hover {
  279. border-bottom:1px solid {color:nav link accent};
  280. color:{color:nav link hover};}
  281.  
  282. .notes {
  283. padding-left:20px;
  284. padding-top:5px;
  285. position:relative;
  286. float:left;
  287. font-size:1em;}
  288.  
  289. li.notes {
  290. float:left;
  291. width:400px;
  292. padding-left:5px;
  293. margin-top:10px;
  294. overflow-x:hidden;
  295. overflow-y:scroll;
  296. list-style-type:none;
  297. font-weight:normal;
  298. font-size:1em;
  299. text-transform:none;}
  300.  
  301. /** theme by F L O R E L S (✿◠‿◠) //// **/
  302.  
  303. li.note {
  304. padding-top:2px;
  305. opacity:1;}
  306.  
  307. li.note img.avatar {
  308. width:14px;
  309. height:14px;}
  310.  
  311. .permalink {
  312. color:{color:permalink};
  313. position:relative;
  314. display:block;
  315. font-size:1em;
  316. opacity:1;
  317. right:5px;
  318. z-index:3;
  319. text-align:right;
  320. margin:-32px 0 10px 0;
  321. {block:ifpostbg}
  322. background:{color:post background};
  323. {/block:ifpostbg}}
  324.  
  325. .permalink a{
  326. color:{color:permalink};
  327. margin:0 3px;
  328. text-decoration:none;
  329. padding:0 5px;
  330. background:{color:post background};
  331. -webkit-transition: all 0.3s ease-in-out;
  332. -moz-transition: all 0.3s ease-in-out;
  333. -o-transition: all 0.3s ease-in-out;}
  334.  
  335. .permalink a:hover{
  336. color:{color:permalink hover};}
  337.  
  338. c {
  339. position:absolute;
  340. height:1px;
  341. top:15px;
  342. margin-bottom:-10px;
  343. width:250px;
  344. z-index:2;
  345. background-color:{color:permalink border};}
  346.  
  347. .headings{
  348. font-size:1.5em;
  349. text-align:left;
  350. font-style:italic;}
  351.  
  352. .audiopost {
  353. {block:IndexPage}
  354. width:250px;
  355. padding-bottom:10px;
  356. {/block:IndexPage}
  357. {block:PermalinkPage}
  358. width:400px;
  359. padding-bottom:110px;
  360. {/block:PermalinkPage}}
  361.  
  362. .albumart {
  363. position:absolute;
  364. {block:IndexPage}
  365. width:50px;
  366. height:50px;
  367. {/block:IndexPage}
  368. {block:PermalinkPage}
  369. width:150px;
  370. height:150px;
  371. {/block:PermalinkPage}}
  372.  
  373. .albumart img {
  374. float:left;
  375. {block:IndexPage}
  376. width:50px;
  377. height:50px;
  378. {/block:IndexPage}
  379. {block:PermalinkPage}
  380. width:150px;
  381. height:150px;
  382. {/block:PermalinkPage}}
  383.  
  384. /** theme by F L O R E L S (✿◠‿◠) //// **/
  385.  
  386. .playbox {
  387. opacity:0.6;
  388. width:27px;
  389. height:30px;
  390. overflow:hidden;
  391. position:absolute;
  392. z-index:2;
  393. {block:IndexPage}
  394. margin-left:11px;
  395. margin-top:12px;
  396. {block:IndexPage}
  397. {block:PermalinkPage}
  398. margin-left:60px;
  399. margin-top:61px;
  400. {/block:PermalinkPage}}
  401.  
  402. .info {
  403. margin-top:2px;
  404. line-height:12px;
  405. font-size:0.9em;
  406. text-transform:uppercase;
  407. {block:IndexPage}
  408. margin-left:58px;
  409. {block:IndexPage}
  410. {block:PermalinkPage}
  411. margin-left:158px;
  412. {/block:PermalinkPage}}
  413.  
  414. #posts {
  415. position:absolute;
  416. left:50%;
  417. z-index:1;
  418. top:50px;
  419. {block:IndexPage}
  420. padding:12px 12px 100px 12px;
  421. {block:ifnot2columns}
  422. width:936px;
  423. margin-left:-450px;
  424. {/block:ifnot2columns}
  425. {block:if2columns}
  426. width:624px;
  427. margin-left:-475px;
  428. {/block:if2columns}
  429. {/block:IndexPage}
  430. {block:PermalinkPage}
  431. margin-left:-215px;
  432. width:400px;
  433. padding:15px 15px 55px 15px;
  434. {block:ifpostborder}
  435. border:1px solid {color:post border};
  436. {/block:ifpostborder}
  437. {block:ifpostbackground}
  438. background:{color:post background};
  439. {/block:ifpostbackground}
  440. {/block:PermalinkPage}}
  441.  
  442. .post {
  443. {block:IndexPage}
  444. margin:15px;
  445. padding:40px 15px 15px 15px;
  446. width:250px;
  447. {block:ifnotpostborder}
  448. border:1px solid rgba(0,0,0,0);
  449. {/block:ifnotpostborder}
  450. {block:ifpostborder}
  451. border:1px solid {color:post border};
  452. border-radius:{text:post border radius};
  453. {/block:ifpostborder}
  454. {block:ifpostshadow}
  455. box-shadow:3px 3px {color:post shadow};
  456. {/block:ifpostshadow}
  457. {/block:IndexPage}
  458. {block:PermalinkPage}
  459. width:400px;
  460. {/block:PermalinkPage}
  461. float:left;
  462. position:relative;
  463. background:{color:post background};
  464. font-size:1em;
  465. color:{color:text};}
  466.  
  467. .post img{
  468. max-width:100%;
  469. -webkit-transition: all 0.4s ease-in-out;
  470. -moz-transition: all 0.4s ease-in-out;
  471. transition: all 0.4s ease-in-out;}
  472.  
  473. .photo {
  474. height:auto;
  475. -webkit-transition: all 0.4s ease-in-out;
  476. -moz-transition: all 0.4s ease-in-out;
  477. transition: all 0.4s ease-in-out;}
  478.  
  479. .quote {
  480. text-align:center;
  481. font-size:1.2em;}
  482.  
  483. .quotesource {
  484. text-align:right;}
  485.  
  486. /** theme by F L O R E L S (✿◠‿◠) //// **/
  487.  
  488. .question {
  489. color:{color:text};}
  490.  
  491. .asker {}
  492.  
  493. .answer {
  494. font-style:italic;
  495. padding:0 10px 0 20px;}
  496.  
  497. .captions {
  498. margin-top:-8px;}
  499.  
  500. #pleasedontremove{
  501. position:fixed;
  502. right:5px;
  503. z-index:6;
  504. top:35px;}
  505.  
  506. /** theme by F L O R E L S (✿◠‿◠) //// **/
  507.  
  508. </style>
  509. </head>
  510.  
  511. <body>
  512.  
  513.  
  514. <div id="bg2"></div>
  515.  
  516. <div id="pleasedontremove"><a href="http://florels.tumblr.com/" target="_blank" title="FALSE ALARM theme by florels"><img src="http://static.tumblr.com/bcpenwm/j7zmzdu17/florels.png"></a></div>
  517.  
  518.  
  519. <div id="sidebar">
  520. <div id="blogtitle">{Title}</div>
  521. <div id="description">{Description}</div>
  522. <div id="navlinks">
  523. <a href="/">home</a></br>
  524. <a href="{text:ask link}">message</a></br>
  525. <a href="/archive">archive</a></br>
  526. {block:ifcustomlink1}<a href="{text:link 1 url}">{text:link 1 title}</a></br>{/block:ifcustomlink1}
  527. {block:ifcustomlink2}<a href="{text:link 2 url}">{text:link 2 title}</a></br>{/block:ifcustomlink2}
  528. {block:ifcustomlink3}<a href="{text:link 3 url}">{text:link 3 title}</a></br>{/block:ifcustomlink3}
  529.  
  530. <a href="http://florels.tumblr.com" title="FALSE ALARM theme by florels">theme</a>
  531. </div>
  532.  
  533. </div>
  534.  
  535.  
  536.  
  537.  
  538.  
  539. <div id="posts">
  540.  
  541. {block:Posts}
  542.  
  543. {block:Text}
  544. <div class="post">
  545. {block:IndexPage}
  546. <span class="perma_accent"><c></span>
  547. <div class="permalink">
  548. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}">REBLOG</a></span>
  549. </div>
  550. {/block:IndexPage}
  551. <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
  552. </div>
  553. {/block:Text}
  554.  
  555.  
  556. {block:Photo}
  557. <div class="post"><div class="photo">
  558. {block:IndexPage}
  559. <span class="perma_accent"><c></span>
  560. <div class="permalink">
  561. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}">REBLOG</a>
  562. </div>
  563.  
  564. <a href="{permalink}"><img src="{PhotoURL-250}"alt="{PhotoAlt}"/></a>
  565.  
  566. {/block:IndexPage}
  567.  
  568. {block:PermalinkPage}
  569. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  570. {/block:PermalinkPage}
  571. </div></div>
  572. {/block:Photo}
  573.  
  574.  
  575. {block:Photoset}
  576. <div class="post">
  577. {block:IndexPage}
  578. <span class="perma_accent"><c></span>
  579. <div class="permalink">
  580. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}">REBLOG</a></span>
  581. </div>
  582. {Photoset}
  583. {/block:IndexPage}
  584. {block:PermalinkPage}
  585. {Photoset-400}
  586. {/block:PermalinkPage}
  587. </div>
  588. {/block:Photoset}
  589.  
  590.  
  591. {block:Quote}
  592. <div class="post">
  593. {block:IndexPage}
  594. <span class="perma_accent"><c></span>
  595. <div class="permalink">
  596. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}">REBLOG</a></span>
  597. </div>
  598. {/block:IndexPage}
  599. <div class="quote">
  600. '<i>{Quote}</i>'
  601. </div>
  602. <div class="quotesource">
  603. — {Source}
  604. </div>
  605. </div>
  606. {/block:Quote}
  607.  
  608.  
  609. {block:Link}
  610. <div class="post">
  611. {block:IndexPage}
  612. <span class="perma_accent"><c></span>
  613. <div class="permalink">
  614. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}">REBLOG</a></span>
  615. </div>
  616. {/block:IndexPage}
  617. <div class="headings">
  618. <a href="{URL}">{Name}</a>
  619. </div>
  620. {block:Description}{Description}{/block:Description}
  621. </div>
  622. {/block:Link}
  623.  
  624.  
  625. {block:Chat}
  626. <div class="post">
  627. {block:IndexPage}
  628. <span class="perma_accent"><c></span>
  629. <div class="permalink">
  630. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}">REBLOG</a></span>
  631. </div>
  632. {/block:IndexPage}
  633. {block:Title}{Title}{/block:Title}<br>
  634. {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
  635. {/block:Label}{/block:Lines}
  636. </div>
  637. {/block:Chat}
  638.  
  639.  
  640. {block:Video}
  641. <div class="post">
  642. {block:IndexPage}
  643. <span class="perma_accent"><c></span>
  644. <div class="permalink">
  645. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}">REBLOG</a></span>
  646. </div>
  647. <div class="video">
  648. {Video-250}
  649. </div>
  650. {/block:IndexPage}
  651. {block:PermalinkPage}
  652. {Video-400}
  653. {/block:PermalinkPage}
  654. </div>
  655. {/block:Video}
  656.  
  657.  
  658. {block:Audio}
  659. <div class="post">
  660. {block:IndexPage}
  661. <span class="perma_accent"><c></span>
  662. <div class="permalink">
  663. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}">REBLOG</a></span>
  664. </div>
  665. {/block:IndexPage}
  666. <div class="audiopost">
  667. {block:AlbumArt}
  668. <div class="albumart">
  669. <img src="{AlbumArtURL}">
  670. </div>
  671. {/block:AlbumArt}
  672. {block:AudioPlayer}
  673. <div class="playbox">
  674. {AudioPlayerWhite}
  675. </div>
  676. {/block:AudioPlayer}
  677. <div class="info">
  678. Artist: <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}</br>
  679. Title: <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</br>
  680. Album: <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}</br>
  681. Plays: {FormattedPlayCount}{/block:PlayCount}
  682. </div>
  683. </div>
  684. </div>
  685. {/block:Audio}
  686.  
  687.  
  688. {block:Answer}
  689. <div class="post">
  690. {block:IndexPage}
  691. <span class="perma_accent"><c></span>
  692. <div class="permalink">
  693. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}">REBLOG</a></span>
  694. </div>
  695. {/block:IndexPage}
  696. <div class="question">{Asker} said: {Question}</div>
  697. <div class="answer">{Answer}</div>
  698. </div>
  699. {/block:Answer}
  700.  
  701.  
  702. {block:PermalinkPage}
  703. <div class="notes">
  704. {block:Date}{Caption}<b>Posted:</b> {TimeAgo}</br>{/block:Date}
  705. {block:NoteCount}<b>Notes:</b> {NoteCount}</br>{/block:NoteCount}
  706. {block:RebloggedFrom}<b>Reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a></br>{/block:RebloggedFrom}
  707. {block:ContentSource}<b>Source:</b> <a href="{SourceURL}">{SourceTitle}</a></br>{/block:ContentSource}
  708. {block:hastags}<b>Tagged with:</b> {block:tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:tags}</br>{/block:hastags}
  709. {PostNotes}</div>
  710. {/block:PermalinkPage}
  711.  
  712.  
  713. {/block:posts}
  714.  
  715.  
  716. </div></div>
  717.  
  718. </body>
  719.  
  720. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement