Advertisement
aliceonhere

Tumblr Blush Theme

Feb 17th, 2019
1,411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 26.28 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.     <!--                
  4.          ___                                        
  5.         (   )  .-.                                  
  6.  .---.   | |  ( __)   .--.      .--.                
  7. / .-, \  | |  (''")  /    \    /    \                
  8. (__) ; |  | |   | |  |  .-. ;  |  .-. ;              
  9.  .'`  |  | |   | |  |  |(___) |  | | |              
  10. / .'| |  | |   | |  |  |      |  |/  |              
  11. | /  | |  | |   | |  |  | ___  |  ' _.'              
  12. ; |  ; |  | |   | |  |  '(   ) |  .'.-.              
  13. ' `-'  |  | |   | |  '  `-' |  '  `-' /              
  14. `.__.'_. (___) (___)  `.__,'    `.__.'                
  15.                                                      
  16.                                                      
  17. ___       ___                                        
  18. (   )     (   )                                      
  19. | |_      | | .-.     .--.    ___ .-. .-.     .--.  
  20. (   __)    | |/   \   /    \  (   )   '   \   /    \  
  21. | |       |  .-. .  |  .-. ;  |  .-.  .-. ; |  .-. ;
  22. | | ___   | |  | |  |  | | |  | |  | |  | | |  | | |
  23. | |(   )  | |  | |  |  |/  |  | |  | |  | | |  |/  |
  24. | | | |   | |  | |  |  ' _.'  | |  | |  | | |  ' _.'
  25. | ' | |   | |  | |  |  .'.-.  | |  | |  | | |  .'.-.
  26. ' `-' ;   | |  | |  '  `-' /  | |  | |  | | '  `-' /
  27.  `.__.   (___)(___)  `.__.'  (___)(___)(___) `.__.'  
  28.                                                      
  29.                                                      
  30.        Disclaimer:
  31.        * Please do not remove this copyright notice.
  32.        * Copyright © 2019 Alice All Rights Reserved
  33.        
  34.        Theme Name: blush theme
  35.        Version: 3.0
  36.        Creator: Alice
  37.        
  38.        -->
  39.     <head>
  40.         <title>{Title}</title>
  41.         <meta charset="utf-8">
  42.         <meta name="viewport" content="width=device-width, initial-scale=1">
  43.         <meta name="author" content="Alice">
  44.         {block:Description}
  45.             <meta name="description" content="{MetaDescription}">
  46.         {/block:Description}
  47.         <link rel="shortcut icon" href="{Favicon}" />
  48.  
  49.         <!-- google font -->
  50.         <link href="https://fonts.googleapis.com/css?family=Raleway:300|Source+Sans+Pro:200" rel="stylesheet">
  51.  
  52.         <!-- bootstrap css -->
  53.         <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
  54.  
  55.         <!-- bootstrap js -->
  56.         <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
  57.         <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
  58.         <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
  59.        
  60.         <!-- fontawesome -->
  61.         <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
  62.  
  63.         <!-- color metadata with default value -->
  64.         <meta name="color:Page Background Color" content="#FFF5F4">
  65.         <meta name="color:Sidebar Background Color" content="#FFECEB">
  66.         <meta name="color:Sidebar Font Color" content="#F5A9C0">
  67.         <meta name="color:Post Body Color" content="#8B8B8B">
  68.        
  69.         <!-- text links metadata -->
  70.         <meta name="text:Link 1" content="">
  71.         <meta name="text:Link 1 URL" content="/">
  72.         <meta name="text:Link 2" content="">
  73.         <meta name="text:Link 2 URL" content="/">
  74.         <meta name="text:Link 3" content="">
  75.         <meta name="text:Link 3 URL" content="/">
  76.         <meta name="text:Link 4" content="">
  77.         <meta name="text:Link 4 URL" content="/">
  78.         <meta name="text:Link 5" content="">
  79.         <meta name="text:Link 5 URL" content="/">
  80.        
  81.         <!-- conditional metadata -->
  82.         <meta name="if:Show Link 1" content="1">
  83.         <meta name="if:Show Link 2" content="1">
  84.         <meta name="if:Show Link 3" content="1">
  85.         <meta name="if:Show Link 4" content="1">
  86.         <meta name="if:Show Link 5" content="1">
  87.  
  88.         <style>
  89.             /* entire page */
  90.             html, body{
  91.                 background-color: {color:Page Background Color};
  92.                 display: inline;
  93.             }
  94.             .entire-content{
  95.                 width: 70%;
  96.                 display: block;
  97.                 margin: 2% auto 0% auto;
  98.                 font-family: 'Raleway', sans-serif;
  99.             }
  100.            
  101.             /* sidebar */
  102.             .sidebar-container{
  103.                 background-color: {color:Sidebar Background Color};
  104.                 width: 17em;
  105.                 height: 92.5%;
  106.                 max-height: 900px;
  107.                 margin: auto 0px 0px 3.5em;
  108.                 position: fixed;
  109.                 display: inherit;
  110.                 font-size: 11pt;
  111.                 font-weight: bold;
  112.             }
  113.             .sidebar-container-content{
  114.                 margin-top: 15%;
  115.             }
  116.             .blog-avatar{
  117.                 display: block;
  118.                 margin: auto auto 15px auto;
  119.             }
  120.             .avatar-style-square {
  121.                 -webkit-box-shadow: 0 0 0 4px {color:Page Background Color};
  122.                 box-shadow: 0 0 0 4px {color:Page Background Color};
  123.             }
  124.             .avatar-style-circle {
  125.                 -webkit-box-shadow: 0 0 0 4px {color:Page Background Color};
  126.                 box-shadow: 0 0 0 4px {color:Page Background Color};
  127.                 border-radius: 50%;
  128.             }
  129.             #sidebar-title{
  130.                 font-size: 15pt;
  131.                 margin: auto;
  132.                 text-align: center;
  133.             }
  134.             #sidebar-title #title, .added-link a, #sidebar-title #title:hover,
  135.             .added-link a:hover, #sidebar-description, .added-link,
  136.             .copyright-notice, .sidebar-links, .page-nav-link,
  137.             .sidebar-links:hover, .page-nav-link:hover{
  138.                 color: {color:Sidebar Font Color};
  139.                 text-decoration: none;
  140.             }
  141.             #sidebar-description{
  142.                 font-weight: 900;
  143.                 height: auto;
  144.                 max-height: 15em;
  145.                 overflow: hidden;
  146.                 overflow-wrap: break-word;
  147.             }
  148.             #sidebar-description, .added-link, .copyright-notice{
  149.                 padding: 12px;
  150.                 font-size: 8.5pt;
  151.                 margin: auto;
  152.             }
  153.             .additional-links-list{
  154.                 padding: 3.5%;
  155.                 text-align: center;
  156.             }
  157.             .added-link{
  158.                 background-color: transparent;
  159.                 border-color: transparent;
  160.                 border-bottom: 2.5px solid {color:Page Background Color};
  161.                 padding: 5px;
  162.                 width: 100%;
  163.             }
  164.             .link5{
  165.                 border-bottom: transparent;
  166.             }
  167.             .icon-links{
  168.                 text-align: center;
  169.             }
  170.             .sidebar-icon{
  171.                 border: 2px solid {color:Page Background Color};
  172.                 border-radius: 50%;
  173.                 padding: 5px;
  174.                 list-style-type: none;
  175.                 width: 40px;
  176.                 display: inline-block;
  177.             }
  178.             .pagination{
  179.                 display: block;
  180.                 text-align: center;
  181.                 font-size: 15pt;
  182.                 margin-top: 5px;
  183.             }
  184.             .copyright-notice{
  185.                 padding: 0px;
  186.                 position: absolute;
  187.                 bottom: 0;
  188.             }
  189.             .copyright-notice p{
  190.                 text-align: center;
  191.                 display: block;
  192.                 margin: 2em;
  193.             }
  194.            
  195.             /* posts */
  196.             .post-container{
  197.                 width: 45em;
  198.                 margin: auto auto auto 25em;
  199.                 color: {color:Post Body Color};
  200.                 font-size: 9pt;
  201.             }
  202.             .text-post-content img, .photo-content-img, .photoset-container img{
  203.                 width: 100%;
  204.                 height: auto;
  205.                 padding: 5px;
  206.                 margin-bottom: 1em;
  207.             }
  208.             .quote-source{
  209.                 text-align: center;
  210.             }
  211.             .audio-frame iframe{
  212.                 width: 100%;
  213.                 height: 80px;
  214.                 padding: 5px;
  215.             }
  216.             .audio-label{
  217.                 background-color: transparent;
  218.                 border: none;
  219.             }
  220.             .question-container{
  221.                 background-color: #E9E9E9;
  222.                 padding: 15px;
  223.             }
  224.             .asker{
  225.                 display: inline;
  226.             }
  227.             .asker a, .post-content a{
  228.                 color: {color:Post Body Color};
  229.             }
  230.             .asker a:hover, .post-content a:hover{
  231.                 color: {color:Sidebar Font Color};
  232.                 text-decoration: none;
  233.             }
  234.             .post-footer{
  235.                 display: block;
  236.                 text-align: center;
  237.                 margin-bottom: 75px;
  238.             }
  239.             .post-footer hr{
  240.                 margin-top: 0px;
  241.             }
  242.             .post-date, .post-options, .post-tags{
  243.                 font-size: 8pt;
  244.             }
  245.             .post-tags a, .post-options a, .tag-links, .note-count{
  246.                 color: {color:Post Body Color};
  247.             }
  248.             .post-tags a:hover, .post-options a:hover, .tag-links:hover, .note-count:hover{
  249.                 color: {color:Sidebar Font Color};
  250.                 text-decoration: none;
  251.             }
  252.             .tag-links:hover{
  253.                 background-color: {color:Sidebar Background Color};
  254.                 padding: 5px;
  255.                 border-radius: 5%;
  256.             }
  257.             .post-options{
  258.                 width: 100%;
  259.             }
  260.             .post-options ul{
  261.                 list-style-type: none;
  262.                 margin: 0;
  263.                 padding: 0;
  264.             }
  265.             .post-options li{
  266.                 display: inline-flex;
  267.                 text-align: center;
  268.             }
  269.            
  270.             /* responsive to small devices */
  271.             @media screen and (max-width: 800px){
  272.                 .entire-content{
  273.                     width: 100%;
  274.                     margin: 2% 0 0 -5%;
  275.                     padding: 0;
  276.                 }
  277.             }
  278.             @media screen and (max-width:500px){
  279.                 html, body{
  280.                     margin: 0;
  281.                     padding: 0;
  282.                 }
  283.                 .entire-content{
  284.                     width: 100%;
  285.                     margin: 0%;
  286.                     padding: 3.5%;
  287.                     font-family: 'Raleway', sans-serif;
  288.                 }
  289.                 .sidebar-container{
  290.                     width: 100%;
  291.                     height: 100%;
  292.                     margin: 5% auto 15% auto;
  293.                     font-size: 11pt;
  294.                     font-weight: bold;
  295.                     position: inherit;
  296.                     display: block;
  297.                     padding: 1em;
  298.                 }
  299.                 .sidebar-container-content{
  300.                     width: 100%;
  301.                     margin: auto;
  302.                     padding: 10px;
  303.                 }
  304.                 .blog-avatar{
  305.                     width: 50%;
  306.                     height: 50%;
  307.                     display: block;
  308.                     margin: 10px auto auto auto;
  309.                 }
  310.                 #sidebar-title{
  311.                     font-size: 2.5em;
  312.                     margin-top: 5px;
  313.                 }
  314.                 #sidebar-description, .added-link{
  315.                     font-size: 1em;
  316.                 }
  317.                 .pagination{
  318.                     width: 40px;
  319.                     height: 40px;
  320.                     text-align: center;
  321.                     border-radius: 50%;
  322.                     padding: 5px;
  323.                     position: fixed;
  324.                     display: block;
  325.                     margin: auto;
  326.                     bottom: 5px;
  327.                     right: 10px;
  328.                     margin-bottom: 0;
  329.                     background-color: {color:Sidebar Background Color};
  330.                 }
  331.                 .copyright-notice{
  332.                     padding: 0px;
  333.                     margin: auto;
  334.                     position: relative;
  335.                 }
  336.                 .copyright-notice p{
  337.                     margin: auto;
  338.                 }
  339.                 .post-container{
  340.                     width: 100%;
  341.                     margin: auto;
  342.                     font-size: 1em;
  343.                 }
  344.                 .text-post-content img, .photo-content-img, .photoset-container img{
  345.                     width: 100%;
  346.                     height: auto;
  347.                     padding: 5px;
  348.                     margin-bottom: 1em;
  349.                 }
  350.                 .post-title{
  351.                     text-align: center;
  352.                 }
  353.                 .text-post-content{
  354.                     width: 100%;
  355.                     padding: 0;
  356.                     text-align: justify;
  357.                 }
  358.                 .audio-frame iframe{
  359.                     width: 100%;
  360.                     height: 5.5em;
  361.                     padding: 5px;
  362.                 }
  363.                 .photoset-container{
  364.                     width: 100%;
  365.                     display: block;
  366.                 }
  367.                 .video-content iframe{
  368.                     width: 100%;
  369.                     height: 25em;
  370.                 }
  371.                
  372.                 /* footer */
  373.                 .post-date, .post-tags{
  374.                     font-size: 0.9em;
  375.                 }
  376.                 .post-options ul{
  377.                     list-style-type: none;
  378.                     margin: 5px;
  379.                 }
  380.                 .post-options li{
  381.                     background-color: {color:Sidebar Background Color};
  382.                     width: 70px;
  383.                     height: 70px;
  384.                     display: inline-block;
  385.                     text-align: center;
  386.                     padding: 2.2em;
  387.                     margin: 2% 10% auto 10%;
  388.                    
  389.                 }
  390.                 .like_button iframe, .reblog_button svg{
  391.                     width: 25px;
  392.                     height: 25px;
  393.                     display: block;
  394.                     margin: auto;
  395.                 }
  396.             }
  397.            
  398.             /* Custom CSS*/
  399.             {CustomCSS}
  400.         </style>
  401.     </head>
  402.    
  403.     <body>
  404.         <div class="container-fluid entire-content">
  405.             <div class="container sidebar-container">
  406.                 <div class="sidebar-container-content">
  407.                     {block:ShowAvatar}
  408.                     <img class="blog-avatar avatar-style-{AvatarShape}" src="{PortraitURL-128}" width="100" height="100">
  409.                     {/block:ShowAvatar}
  410.                     <h1 id="sidebar-title"><a id="title" href="/">{Title}</a></h1>
  411.                     <p id="sidebar-description">{Description}</p>
  412.                    
  413.                     <div class="additional-links-list">
  414.                         <ul class="list-group additional-links">
  415.                             {block:IfShowLink1}
  416.                                 <li class="list-group-item added-link link1">
  417.                                     <a href="{text:Link 1 URL}">{text:Link 1}</a>
  418.                                 </li>
  419.                             {/block:IfShowLink1}
  420.                             {block:IfShowLink2}
  421.                                 <li class="list-group-item added-link">
  422.                                     <a href="{text:Link 2 URL}">{text:Link 2}</a>
  423.                                 </li>
  424.                             {/block:IfShowLink2}
  425.                             {block:IfShowLink3}
  426.                                 <li class="list-group-item added-link">
  427.                                     <a href="{text:Link 3 URL}">{text:Link 3}</a>
  428.                                 </li>
  429.                             {/block:IfShowLink3}
  430.                             {block:IfShowLink4}
  431.                                 <li class="list-group-item added-link">
  432.                                     <a href="{text:Link 4 URL}">{text:Link 4}</a>
  433.                                 </li>
  434.                             {/block:IfShowLink4}
  435.                             {block:IfShowLink5}
  436.                                 <li class="list-group-item added-link link5">
  437.                                     <a href="{text:Link 5 URL}">{text:Link 5}</a>
  438.                                 </li>
  439.                             {/block:IfShowLink5}
  440.                         </ul>
  441.                     </div>
  442.                    
  443.                     <div class="icon-links">
  444.                         <li class="sidebar-icon">
  445.                             <a href="{BlogURL}" class="sidebar-links"><i class="fas fa-home" title="Home"></i></a>
  446.                         </li>
  447.                         <li class="sidebar-icon">
  448.                             <a href="/archive" class="sidebar-links"><i class="fas fa-archive" title="Archive"></i></a>
  449.                         </li>
  450.    
  451.                         <li class="sidebar-icon">
  452.                             <a href="{RSS}" class="sidebar-links"><i class="fas fa-rss" title="RSS"></i></a>
  453.                         </li>
  454.    
  455.                         {block:AskEnabled}
  456.                         <li class="sidebar-icon">
  457.                             <a href="/ask" class="sidebar-links"><i class="fas fa-question" title="Ask Me"></i></a>
  458.                         </li>
  459.                         {/block:AskEnabled}
  460.    
  461.                         {block:SubmissionsEnabled}
  462.                         <li class="sidebar-icon">
  463.                             <a href="/submit" title="Submit Post" class="sidebar-links"><i class="fas fa-mail-bulk"></i></a>
  464.                         </li>
  465.                         {/block:SubmissionsEnabled}
  466.                     </div>
  467.  
  468.                     {block:Pagination}
  469.                         <div class="pagination">
  470.                             {block:PreviousPage}
  471.                                 <a href="{PreviousPage}" class="page-nav-link" data-current-page="{CurrentPage}"><i class="fas fa-angle-left"></i></a>
  472.                             {/block:PreviousPage}
  473.                            
  474.                             {block:NextPage}
  475.                                 <a href="{NextPage}" class="page-nav-link data-current-page="{CurrentPage}""><i class="fas fa-angle-right"></i></a>
  476.                             {/block:NextPage}
  477.                         </div>
  478.                     {/block:Pagination}
  479.                 </div>
  480.                 <div class="copyright-notice">
  481.                     <p>&copy; 2019 <a href="https://aliceontheme.tumblr.com/" class="sidebar-links">Alice</a>. All Rights Reserved
  482.                 </div>
  483.             </div>
  484.  
  485.             <section class="container-fluid post-container">
  486.                 {block:Posts}
  487.                     <div class="post-content">
  488.                         {block:Text}
  489.                             {block:Title}
  490.                                 <h2 class="post-title">
  491.                                     <a href="{Permalink}">{Title}</a>
  492.                                 </h2>
  493.                             {/block:Title}
  494.  
  495.                             <div class="container post-content">
  496.                                 <div class="container text-post-content">{Body}</div>
  497.                             </div>
  498.                         {/block:Text}
  499.                     </div>
  500.    
  501.                     <div class="post-content">
  502.                         {block:Photo}
  503.                             <img src="{PhotoURL-500}" alt="{PhotoAlt}" class="photo-content-img">
  504.                             {block:Caption}
  505.                                 <p class="captions">{Caption}</p>
  506.                             {/block:Caption}
  507.                         {/block:Photo}
  508.                     </div>
  509.    
  510.                     <div class="post-content">
  511.                         {block:Panorama}
  512.                             {LinkOpenTag}
  513.                                 <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}">
  514.                             {CloseOpenTag}
  515.        
  516.                             {block:Caption}
  517.                                 <p class="captions">{Caption}</p>
  518.                             {/block:Caption}
  519.                         {/block:Panorama}
  520.                     </div>
  521.                    
  522.                     <div class="post-content photoset-container">
  523.                         {block:Photoset}
  524.                             {block:Photos}
  525.                                 <img src="{PhotoURL-500}"/>
  526.                             {/block:Photos}
  527.        
  528.                             {block:Caption}
  529.                                 <p class="captions">{Caption}</p>
  530.                             {/block:Caption}
  531.                         {/block:Photoset}
  532.                     </div>
  533.    
  534.                     <div class="post-content">
  535.                         {block:Quote}
  536.                             <blockquote class="blockquote text-center">
  537.                                 &ldquo;{Quote}&rdquo;
  538.                             </blockquote>
  539.        
  540.                             {block:Source}
  541.                                 <p class="quote-source">- {Source}</p>
  542.                             {/block:Source}
  543.                         {/block:Quote}
  544.                     </div>
  545.    
  546.                     <div class="post-content">
  547.                         {block:Link}
  548.                             {block:Thumbnail}
  549.                                 <img src="{Thumbnail}" alt="{Name}">
  550.                             {/block:Thumbnail}
  551.                             <a href="{URL}" class="link-post-content" {Target}>{Name}</a>
  552.        
  553.                             {block:Description}
  554.                                 <p>{Description}</p>
  555.                             {/block:Description}
  556.                         {/block:Link}
  557.                     </div>
  558.    
  559.                     <div class="post-content">
  560.                         {block:Chat}
  561.                             {block:Title}
  562.                                 <h2 class="post-title">
  563.                                     <a href="{Permalink}">{Title}</a>
  564.                                 </h2>
  565.                             {/block:Title}
  566.        
  567.                             {block:Lines}
  568.                                 {block:Label}
  569.                                     <b>{Label}</b>
  570.                                 {/block:Label}
  571.        
  572.                                 <p>{Line}</p>
  573.                             {/block:Lines}
  574.                         {/block:Chat}
  575.                     </div>
  576.    
  577.                     <div class="post-content">
  578.                         {block:Audio}
  579.                             {block:AudioEmbed}
  580.                                 <div class="audio-frame">
  581.                                     {AudioEmbed}
  582.                                 </div>
  583.                             {/block:AudioEmbed}
  584.    
  585.                             <ul>
  586.                                 {block:TrackName}
  587.                                     <li class="list-group-item audio-label">
  588.                                         <b>Title: </b>{TrackName}
  589.                                     </li>
  590.                                 {/block:TrackName}
  591.    
  592.                                 {block:Artist}
  593.                                     <li class="list-group-item audio-label">
  594.                                             <b>Artist: </b>{Artist}
  595.                                     </li>
  596.                                 {/block:Artist}
  597.                             </ul>
  598.                        
  599.                             {block:Caption}
  600.                                 <p class="captions">{Caption}</p>
  601.                             {/block:Caption}
  602.                     {/block:Audio}
  603.                     </div>
  604.    
  605.                     <div class="post-content video-content">
  606.                         {block:Video}
  607.                             {Video-500}
  608.    
  609.                             {block:Caption}
  610.                                 <p class="captions">{Caption}</p>
  611.                             {/block:Caption}
  612.                     {/block:Video}
  613.                     </div>
  614.    
  615.                     <div class="post-content">
  616.                         {block:Answer}
  617.                             <div class="question-container">
  618.                                 <p class="asker">
  619.                                     {Asker}:<br>
  620.                                     <a href="{Permalink}">{Question}</a>
  621.                                 </p>
  622.                             </div>
  623.                             <p>{Answer}</p>
  624.                         {/block:Answer}
  625.                     </div>
  626.                    
  627.                     <div class="post-footer">
  628.                         <hr>
  629.                         {block:HasTags}
  630.                             {block:Tags}
  631.                                 <a href="{TagURL}" class="tag-links"><span class="post-tags">{Tag}</span></a>
  632.                             {/block:Tags}
  633.                         {/block:HasTags}
  634.                        
  635.                         {block:Date}
  636.                             <div class="post-date">{ShortMonth}/{DayOfMonthWithZero}/{Year}
  637.                         {/block:Date} - <a href="{Permalink}" class="note-count">{NoteCountWithLabel}</a></div>
  638.                                
  639.                         <div class="post-options">
  640.                             <ul>
  641.                                 <li>{LikeButton size="14" color="grey"}</li>
  642.                                 <li>{ReblogButton size="14" color="grey"}</li>
  643.                             </ul>
  644.                         </div>
  645.                     </div>
  646.                 {/block:Posts}
  647.             </section>
  648.         </div>
  649.     </body>
  650. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement