Advertisement
octomoosey

New Beginnings

Jan 1st, 2020 (edited)
5,274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.74 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- octomoosey @ tumblr -->
  4.  
  5. <html xmlns="//www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <!--- ••• Colour Variables ••• --->
  12.  
  13. <meta name="color:background" content="#ffffff"/>
  14. <meta name="color:containerbg" content="#fafafa"/>
  15. <meta name="color:links" content="#f2992e">
  16. <meta name="color:linkshover" content="#444">
  17. <meta name="color:navigation" content="#444">
  18. <meta name="color:navigationhover" content="#f2992e">
  19. <meta name="color:asknames" content="#686868">
  20. <meta name="color:toptitle" content="#686868">
  21. <meta name="color:borders" content="#bbb">
  22. <meta name="color:description" content="#444"/>
  23. <meta name="color:text" content="#444"/>
  24. <meta name="color:bold" content="#f2992e"/>
  25. <meta name="color:italic" content="#f2992e"/>
  26. <meta name="color:scrollbar" content="#bbb"/>
  27. <meta name="color:quoteicon" content="#f2992e"/>
  28.  
  29. <!--- ••• Image Variables ••• --->
  30. <meta name="image:containerimage" content=""/>
  31.  
  32. <!--- ••• If Variables ••• --->
  33. <meta name="if:400px" content="0"/>
  34. <meta name="if:500px" content="1"/>
  35. <meta name="if:hidecaptions" content="1"/>
  36.  
  37. <!--- ••• Text Variables ••• --->
  38. <meta name="text:toptitle" content="New beginnings"/>
  39. <meta name="text:fontsize" content="11"/>
  40.  
  41. <!--- ••• Links ••• --->
  42. <meta name="text:link 1" content="link 1"/>
  43. <meta name="text:link 1 url" content="/"/>
  44. <meta name="text:link 2" content="link 2"/>
  45. <meta name="text:link 2 url" content="/"/>
  46. <meta name="text:link 3" content="link 3"/>
  47. <meta name="text:link 3 url" content="/"/>
  48. <meta name="text:link 4" content="link 4"/>
  49. <meta name="text:link 4 url" content="/"/>
  50. <meta name="text:link 5" content="link 5"/>
  51. <meta name="text:link 5 url" content="/"/>
  52.  
  53. <!--- ••• Fonts ••• --->
  54. <link href="//fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
  55. <link rel="stylesheet" href="//cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  56. <link rel="stylesheet" href="//use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
  57.  
  58. <link href="//fonts.googleapis.com/css?family=Fjalla+One&display=swap" rel="stylesheet">
  59.  
  60. <link href="//fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap" rel="stylesheet">
  61.  
  62. <link href="//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&display=swap" rel="stylesheet">
  63.  
  64. <style type="text/css">
  65.  
  66. @font-face{font-family:'inkland';src:url('//static.tumblr.com/ujahjev/y1upmobkh/inkland.ttf');}
  67.  
  68. iframe.tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop, .tmblr-iframe {
  69. position:fixed;
  70. z-index:9!important;
  71. top:0px!important;
  72. right:-48px!important;
  73. white-space:nowrap;
  74. transform: scale(0.6,0.6);}
  75.  
  76. #tumblr_lightbox {
  77. background-color:rgba(255, 255, 255, .9)!important;
  78. z-index:99999!important;}
  79.  
  80. #tumblr_lightbox img {opacity:0;}
  81.  
  82. #tumblr_lightbox_caption {
  83. font-weight:normal!important;
  84. text-shadow:none!important;}
  85.  
  86. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {
  87. -moz-box-shadow:none!important;
  88. -webkit-box-shadow:none!important;
  89. box-shadow:none!important;
  90. -moz-border-radius:0px!important;
  91. -webkit-border-radius:0px!important;
  92. border-radius:0px!important;
  93. opacity:1!important;}
  94.  
  95. #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {opacity:.4!important;}
  96.  
  97. ::-webkit-scrollbar-thumb:vertical {border:3px solid {color:background};height:10px; background-color:{color:scrollbar};}
  98. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid {color:background}; margin-right:5px;}
  99.  
  100. /* ---••• General Styling •••--- */
  101.  
  102. body {
  103. background:{color:background};
  104. color:{color:text};
  105. font-size:{text:fontsize}px;
  106. font-family: 'Noto Sans', sans-serif;
  107. line-height: 16px;
  108. font-weight:normal;
  109. position:relative;
  110. text-align:left;
  111. overflow:none;
  112. margin:0;
  113. top:0px;
  114. left:0px;
  115. line-height:150%;
  116. height:100%;
  117. width:100%;}
  118.  
  119. blockquote {
  120. text-align:justify;
  121. padding-left:10px;
  122. border-left:1px solid {color:borders};
  123. margin:10px 0px 10px 0px;}
  124.  
  125. .caption {
  126. {block:IndexPage}
  127. {block:Ifhidecaptions}display:none;{/block:Ifhidecaptions}
  128. {/block:IndexPage}}
  129.  
  130. .caption blockquote {
  131. margin:10px 0px 10px 0px;}
  132.  
  133. blockquote img {
  134. max-width:100%;
  135. height:auto;}
  136.  
  137. blockquote iframe {
  138. max-width:100%;
  139. height:auto;}
  140.  
  141. img {
  142. max-width:100%;
  143. height:auto;}
  144.  
  145. .caption img {
  146. max-width:100%;
  147. height:auto;}
  148.  
  149. .posts img {
  150. max-width:100%;
  151. margin-top:5px;
  152. margin-bottom:5px;}
  153.  
  154. pre {
  155. font-family: 'Roboto', sans-serif;
  156. white-space: pre-wrap;
  157. white-space: -moz-pre-wrap;
  158. white-space: -pre-wrap;
  159. white-space: -o-pre-wrap;
  160. word-wrap: break-word;}
  161.  
  162. p {
  163. margin:10px 0 10px 0;}
  164.  
  165. a {
  166. text-decoration:none;
  167. font-size:calc({text:fontsize}px - 2px);
  168. text-transform:uppercase;
  169. color:{color:links};
  170. cursor:help;
  171. -webkit-transition: all 0.7s ease;
  172. transition: all 0.7s ease;
  173. -moz-transition: all 0.7s ease;
  174. -o-transition: all 0.7s ease;}
  175.  
  176. a:hover {
  177. cursor:help;
  178. color:{color:linkshover};}
  179.  
  180. b, strong {
  181. font-size:calc({text:fontsize}px - 2px);
  182. text-transform:uppercase;
  183. color:{color:bold};}
  184.  
  185. i, em {
  186. color:{color:italic};}
  187.  
  188. small, big {
  189. font-size:1em;}
  190.  
  191. h1, h2, h3, h4 {
  192. font-family: 'Fjalla One', sans-serif;
  193. font-size:26px;
  194. letter-spacing:2px;
  195. line-height:30px;
  196. text-align:center;
  197. color:#5f0009;}
  198.  
  199. ul {
  200. list-style: none;}
  201.  
  202. ul li::before {
  203. content: "\2022";
  204. color: {color:links};
  205. font-weight: bold;
  206. display: inline-block;
  207. width: 1em;
  208. margin-left: -40px;}
  209.  
  210. /* ---••• Post Styles •••--- */
  211.  
  212. #entries {
  213. position:absolute;
  214. height:calc(100% - 100px);
  215. overflow-y:scroll;
  216. top:0px;
  217. right:0px;
  218. padding-top:100px;
  219. margin-bottom:50px;
  220. {block:If400px}
  221. width:500px;
  222. {/block:If400px}
  223. {block:If500px}
  224. width:600px;
  225. {/block:If500px}}
  226.  
  227. .post {
  228. margin-left:50px;
  229. position:relative;
  230. display:block;
  231. margin-bottom:120px;
  232. color:{color:text};
  233. {block:If400px}
  234. width:400px;
  235. {/block:If400px}
  236. {block:If500px}
  237. width:500px;
  238. {/block:If500px}}
  239.  
  240. /* ---••• Post Info •••--- */
  241.  
  242. .postinfo {
  243. text-align:center;
  244. margin-top:30px;
  245. position: relative;
  246. z-index: 1;
  247. margin-bottom:30px;}
  248.  
  249. .postinfo:before {
  250. border-top: 1px solid {color:borders};
  251. content:"";
  252. margin: 0 auto;
  253. position: absolute;
  254. top: 45%; left: 0; right: 0; bottom: 0;
  255. width: 75%;
  256. z-index: -1;}
  257.  
  258. .postinfo span {
  259. background: {color:background};
  260. padding: 0 10px;}
  261.  
  262. .postinfo a {
  263. font-size:12px;
  264. margin:0px 3px;
  265. color:{color:text};}
  266.  
  267. .postinfo i {
  268. color:{color:text};
  269. -webkit-transition: all 0.7s ease;
  270. transition: all 0.7s ease;
  271. -moz-transition: all 0.7s ease;
  272. -o-transition: all 0.7s ease;}
  273.  
  274. .postinfo i:hover, .postinfo a:hover {
  275. color:{color:links};}
  276.  
  277. .tags {
  278. text-align:center;}
  279.  
  280. .tags a {
  281. margin:0px 5px;
  282. color:{color:text};}
  283.  
  284. .tags a:hover {
  285. color:{color:links};}
  286.  
  287.  
  288. /* ---••• Post Notes •••--- */
  289.  
  290. {block:PermalinkPage}
  291. ol.notes {
  292. font-size:11px;
  293. line-height:11px;
  294. margin:0px 0px 0px -40px;
  295. list-style-type:none;}
  296.  
  297. ol.notes li.note {
  298. padding:10px 0px;}
  299.  
  300. ol.notes li.note a {
  301. font-size:9px;
  302. text-transform:uppercase;}
  303.  
  304. ol.notes li.note img.avatar {
  305. vertical-align:-5px;
  306. margin-right:10px;
  307. width:16px;
  308. height:16px;}
  309.  
  310. ol.notes li.note span.action {
  311. font-weight:none;}
  312.  
  313. ol.notes li.note .answer_content {
  314. font-weight:normal;}
  315.  
  316. ol.notes li.note blockquote {
  317.  
  318. margin:10px 0px 0px 25px;}
  319.  
  320. ol.notes li.note blockquote a {
  321. text-decoration:none;}
  322. {/block:PermalinkPage}
  323.  
  324. /* ---••• Post Types •••--- */
  325.  
  326. .posttitle {
  327. margin-left:-20px;
  328. margin-bottom:18px;
  329. font-size:32px;
  330. font-family: 'inkland', sans-serif;
  331. color:{color:toptitle};}
  332.  
  333. /* ---••• Ask Posts •••--- */
  334.  
  335. .question {
  336. background:{color:postbg};
  337. padding:0px 30px;
  338. background:{color:postinfobg};
  339. color:{color:postinfotext};
  340. margin-bottom:30px;}
  341.  
  342. .ques {
  343. text-align:left;}
  344.  
  345. .asker {
  346. text-align:left;
  347. letter-spacing:2px;
  348. margin-bottom:18px;}
  349.  
  350. .askedby {
  351. letter-spacing:0px;
  352. display:inline-block;
  353. text-transform:none;
  354. font-family: 'inkland', sans-serif;
  355. color:{color:asknames};
  356. font-size:32px;
  357. text-align:center;}
  358.  
  359. .askedby a {
  360. text-transform:none;
  361. font-size:32px;
  362. color:{color:asknames};}
  363.  
  364. .askedby:first-letter, .askedby a:first-letter, .rep:first-letter {
  365. text-transform:uppercase;
  366. margin-left:-50px;}
  367.  
  368. .rep {
  369. color:{color:asknames};
  370. font-family: 'inkland', sans-serif;
  371. display:inline-block;
  372. font-size:34px;}
  373.  
  374. .repfrom {
  375. display:block;
  376. text-align:right;
  377. margin-bottom:18px;
  378. letter-spacing:2px;}
  379.  
  380. /* ---••• Quote Posts •••--- */
  381.  
  382. .titlequote {
  383. font-size:calc({text:fontsize}px - 1px);
  384. letter-spacing:2px;
  385. text-transform:uppercase;}
  386.  
  387. .source {
  388. font-size:;
  389. text-align:left;
  390. margin-top:10px;}
  391.  
  392. .ql {
  393. position:relative;
  394. float:left;
  395. margin-right:5px;
  396. bottom:-11px;
  397. font-size: 60px;
  398. color:{color:quoteicon};}
  399.  
  400. /* ---••• Audio Player •••--- */
  401.  
  402. .playwrap {
  403. margin-top:0px;
  404. position:relative;}
  405.  
  406. .playbutton {
  407. top:25px;
  408. position:relative;
  409. margin-left:23px;
  410. z-index:6;
  411. width:33px;
  412. height:30px;
  413. overflow:hidden;}
  414.  
  415. .albumart img {
  416. position:relative;
  417. margin-top:-28px;
  418. margin-left:0px
  419. height:80px;
  420. width:80px;
  421. overflow:hidden;}
  422.  
  423. .trackinfo {
  424. margin-bottom:10px;
  425. color:{color:text};
  426. position:relative;
  427. margin-left:100px;
  428. height:80px;
  429. margin-top:-90px;
  430. margin-bottom:20px;}
  431.  
  432. .trackname {
  433. position:relative;
  434. padding-top:25px;
  435. text-align:left;
  436. font-size:10px;
  437. text-transform:uppercase;
  438. font-weight: bold;
  439. letter-spacing:2px;}
  440.  
  441. .artist {
  442. text-align:left;
  443. font-size:10px;
  444. text-transform:uppercase;
  445. letter-spacing:4px;}
  446.  
  447. .album {
  448. text-align:left;
  449. font-style: italic;
  450. letter-spacing:4px;}
  451.  
  452. .hidden { visibility: hidden; }
  453. .unhidden { visibility: visible; }
  454.  
  455. /* ---••• Other •••--- */
  456.  
  457. #s-m-t-tooltip {
  458. border:1px solid {color:borders};
  459. max-width:300px;
  460. letter-spacing:1px;
  461. margin:15px;
  462. padding:5px 5px 5px 6px;
  463. border-radius:0px;
  464. font-weight:700;
  465. color:{color:text};
  466. background:{color:background};
  467. z-index:999999;
  468. font-size:9px;
  469. font-style:none;
  470. font-weight:lighter;
  471. text-transform:uppercase;}
  472.  
  473. #credit {
  474. z-index:9;
  475. bottom:0px;
  476. right:5px;
  477. height:30px;
  478. width:30px;
  479. opacity:0.8;
  480. position:fixed;
  481. padding:10px;}
  482.  
  483. /* ---••• Container •••--- */
  484.  
  485. #container {
  486. background:{color:containerbg};
  487. position:fixed;
  488. height:calc(100% - 250px);
  489. top:150px;
  490. width:calc(100% - 200px);
  491. left:100px;
  492. -moz-box-shadow: 0 0 15px #444;
  493. -webkit-box-shadow: 0 0 15px #444;
  494. box-shadow: 0 0 15px #444;}
  495.  
  496. #contimage {
  497. position:fixed;
  498. left:350px;
  499. {block:If400px}
  500. width:calc(100% - 950px);
  501. {/block:If400px}
  502. {block:If500px}
  503. width:calc(100% - 1050px);
  504. {/block:If500px}
  505. height:calc(100% - 250px);
  506. background-image: url('{image:containerimage}');
  507. background-position:center;
  508. background-attachment: absolute;
  509. -webkit-background-size: cover;
  510. -moz-background-size: cover;
  511. -o-background-size: cover;
  512. background-size: cover;}
  513.  
  514. #toptitle {
  515. position:fixed;
  516. top:90px;
  517. font-family: 'inkland', sans-serif;
  518. left:30px;
  519. color:{color:toptitle};
  520. font-size:38px;}
  521.  
  522. #contlinks {
  523. width:150px;
  524. text-align:right;
  525. position:absolute;
  526. bottom:50px;
  527. left:50px;}
  528.  
  529. #contlinks a {
  530. margin-top:5px;
  531. font-size:9px;
  532. letter-spacing:1px;
  533. display:block;
  534. color:{color:navigation};}
  535.  
  536. #contlinks a:hover {
  537. color:{color:navigationhover};}
  538.  
  539. #contlinks i {
  540. color:{color:navigation};}
  541.  
  542. /* ---••• Description •••--- */
  543.  
  544. #desc {
  545. position:fixed;
  546. top:calc(100% - 100px);
  547. left:350px;
  548. width:calc(100% - 600px);
  549. height:100px;}
  550.  
  551. #descint {
  552. color:{color:description};
  553. position: relative;
  554. top: 50%;
  555. transform: translateY(-50%);}
  556.  
  557. /* ---••• Pagination •••--- */
  558.  
  559. #pagination {
  560. text-align:right;
  561. z-index:3!important;
  562. position:fixed;
  563. right:100px;
  564. top:calc(100% - 60px);
  565. color:{color:description};
  566. width:140px;}
  567.  
  568. #pagination a {
  569. color:{color:description};}
  570.  
  571. .currentp {
  572. display:inline;
  573. font-family: 'Oswald', sans-serif;
  574. font-size:20px;}
  575.  
  576. .totalp {
  577. display:inline;
  578. font-family: 'Oswald', sans-serif;
  579. font-size:12px;}
  580.  
  581. </style>
  582.  
  583. </head>
  584.  
  585. <!---••• Scripts Misc •••--->
  586.  
  587. <script src="//static.tumblr.com/yzs4yqx/lOsokx99u/smoothscroll.min.js"></script>
  588. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  589.  
  590. <!---••• Scripts Tooltips •••--->
  591.  
  592. <script src="//static.tumblr.com/fiw4iub/4jdnu5ta4/jquery.style-my-tooltips.js"></script>
  593.  
  594. <script>
  595. (function($){
  596. $(document).ready(function(){
  597. $("a[title]").style_my_tooltips({
  598. tip_follows_cursor:true,
  599. tip_delay_time:90,
  600. tip_fade_speed:600,
  601. attribute:"title"
  602. });
  603. });
  604. })(jQuery);
  605. </script>
  606.  
  607. <body>
  608. <div id="toptitle">{text:toptitle}</div>
  609.  
  610. <div id="desc">
  611. <div id="descint">{description}</div></div>
  612.  
  613. <div id="pagination">{block:Pagination}
  614. {block:PreviousPage}<a href="{PreviousPage}">Prev </a>{/block:PreviousPage}
  615. <div class="currentp">{CurrentPage}</div> / <div class="totalp">{TotalPages}</div>
  616. {block:NextPage}<a href="{NextPage}"> Next</a>{/block:NextPage}
  617. {/block:Pagination}</div>
  618.  
  619. <div id="container">
  620.  
  621. <div id="contlinks">
  622. <a href="/">home <i class="far fa-circle"></i></a>
  623. <a href="/ask">ask <i class="far fa-circle"></i></a>
  624. <a href="/submit">submit <i class="far fa-circle"></i></a>
  625. <a href="/archive">archive <i class="far fa-circle"></i></a>
  626.  
  627. {block:iflink1}<a href="{text:link 1 url}">{text:link 1} <i class="far fa-circle"></i></a>{/block:iflink1}
  628. {block:iflink2}<a href="{text:link 2 url}">{text:link 2} <i class="far fa-circle"></i></a>{/block:iflink2}
  629. {block:iflink3}<a href="{text:link 3 url}">{text:link 3} <i class="far fa-circle"></i></a>{/block:iflink3}
  630. {block:iflink4}<a href="{text:link 4 url}">{text:link 4} <i class="far fa-circle"></i></a>{/block:iflink4}
  631. {block:iflink5}<a href="{text:link 5 url}">{text:link 5} <i class="far fa-circle"></i></a>{/block:iflink5}
  632. </div>
  633.  
  634. <div id="contimage"></div>
  635.  
  636. <div id="entries">
  637.  
  638. {block:Posts}
  639.  
  640. <!-- {block:NoRebloggedFrom}
  641. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  642. {/block:NoRebloggedFrom} -->
  643.  
  644. <div class="post" id="{PostID}">
  645.  
  646. {block:Text}
  647. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}{Body}
  648. {/block:Text}
  649.  
  650. {block:Photo}
  651. <div class="media">{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="100%">{LinkCloseTag}</div>
  652. {/block:Photo}
  653.  
  654. {block:Photoset}
  655. {block:If400px}{Photoset-400}{/block:If400px}
  656. {block:If500px}{Photoset-500}{/block:If500px}
  657. {/block:Photoset}
  658.  
  659. {block:Video}
  660. {block:If400px}{Video-400}{/block:If400px}
  661. {block:If500px}{Video-500}{/block:If500px}
  662. {/block:Video}
  663.  
  664. {block:Quote}
  665. <div class="ql">&ldquo;</div>
  666. <div class="titlequote">{Quote}</div>
  667. {block:Source}<div class="source">{Source}</div>{/block:Source}
  668. {/block:Quote}
  669.  
  670. {block:Link}
  671. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  672. {block:Description}{Description}{/block:Description}
  673. {/block:Link}
  674.  
  675. {block:Chat}
  676. <div class="text">
  677. {block:Title}<h3>{Title}</h3>{/block:Title}
  678. {block:Lines}<p>
  679. {block:Label}<b>{Label}</b>{/block:Label}
  680. {Line}</p>
  681. {/block:Lines}
  682. </div>
  683. {/block:Chat}
  684.  
  685. {block:Audio}
  686. {block:AudioPlayer}
  687. <div class="playwrap">
  688. <div class="playbutton">{AudioPlayerGrey}</div>
  689. {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  690. <div class="trackinfo">
  691. <div class="trackname">
  692. {block:TrackName}{TrackName}{/block:TrackName}
  693. </div>
  694. <div class="artist">
  695. {block:Artist}{Artist}{/block:Artist}
  696. </div>
  697. <div class="album">
  698. {block:Album}{Album}{/block:Album}
  699. </div>
  700. </div>
  701. </div>
  702. {/block:AudioPlayer}
  703. {/block:Audio}
  704.  
  705. {block:Answer}
  706. <div class="question"><div class="asker"><div class="askedby">{Asker}</div> asked:</div><div class="ques">{Question}</div></div>
  707. <div class="repfrom"><div class="rep">{Name}</div> replied:</div>
  708. {Answer}
  709. {/block:Answer}
  710.  
  711. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  712.  
  713. {block:Date}
  714. <div class="postinfo"><span>
  715. <a href="{Permalink}" title="{DayOfMonthWithZero} {ShortMonth} {ShortYear}"><i class="far fa-circle"></i></a>{block:NoteCount}<a href="{Permalink}" title="{NoteCountWithLabel}"><i class="far fa-circle"></i></a>{/block:NoteCount}<a href="{ReblogURL}" title="Reblog"><i class="far fa-circle"></i></a>
  716. </span>
  717. </div>
  718. {/block:Date}
  719.  
  720. {block:HasTags}
  721. <div class="tags">
  722. {block:Tags}
  723. <a href="{TagURL}"><span class="lnr lnr-tag"></span> {Tag}</a>
  724. {/block:Tags}
  725. </div>
  726. {/block:HasTags}
  727.  
  728. {block:PermalinkPage}{block:PostNotes}{PostNotes}{/block:PostNotes}{/block:PermalinkPage}
  729. </div>
  730.  
  731. {/block:Posts}
  732. </div>
  733.  
  734. {block:ContentSource}<!-- {SourceURL}
  735. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  736. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  737. {/block:ContentSource}
  738. </div>
  739. </div>
  740. </div>
  741. </div>
  742. </div>
  743. <div id="credit"><a href="//octomoosey.tumblr.com/" title="theme by octomoosey"><img src="//static.tumblr.com/uopakca/cwDo0y64u/octopus-24.png"></a></div>
  744.  
  745. </body>
  746.  
  747. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement