Advertisement
Guest User

Kategorisida - gratisdesign/AnnaDarner

a guest
Dec 6th, 2013
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.54 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.  <title>{{ blog.title }} - {{ page_title }}</title>
  5.  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6.  <meta name="generator" content="{{ app_url }}" />
  7.  <link rel="stylesheet" href="{{ blog.blog_path }}style.css" type="text/css" />
  8.  <link rel="alternate" href="{{ blog.blog_path }}index.rss" type="application/rss+xml" title="RSS 2.0" />
  9.  <script type="text/javascript" src="http://static.blogg.se/public/js/script_blogg.js"></script>
  10.  <script type="text/javascript" src="http://static.blogg.se/shared/js/script.js"></script>
  11. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  12.  </head><body>
  13.  
  14.  
  15. <div id="wrapper">
  16.  
  17. <div id="kant">
  18.  <div class="kanttext">
  19. <ul id="navbar">
  20. <li><a href="http://dinblogg">Startsida</a></li>
  21. <li><a href="#">Följ mig</a>
  22.  <ul>
  23.  <li><a href="http://instagram.com/dininstagram">Instagram</a></li>
  24.  <li><a href="http://facebook.com/dinfacebook">Facebook</a></li>
  25.  <li><a href="http://twitter.com/dintwitter">Twitter</a></li>
  26.  <li><a href="http://dintumblr.tumblr.com">Tumblr</a></li>
  27.  <li><a href="http://www.videofy.me/dinvideofyme">Videofyme</a></li>
  28.  <li><a href="http://www.bloglovin.com/en/blog/dinbloglovin">Bloglovin</a></li>
  29.  </ul>
  30. </li>
  31. <li><a href="http://annadarner.blogg.se">Design by</a></li>
  32.  </ul>
  33. </li>
  34. </ul>
  35.  </div></div>
  36.  
  37.  <div id="rubrikbakgrund">
  38.  <div class="rubrik">Rubrik</div>
  39. </div>
  40.  
  41.  <div id="content">
  42. {% for entry in entries[:300] %}
  43.  <a name="a{{ entry.id }}"></a>
  44.  <h3>{{ entry.title }}</h3>
  45.  <div class="entrybody">{{ entry.body }}</div>
  46. <div class="entrymeta">
  47.  
  48. <a href="{{ entry.url }}#post-comments">Kommentera här</a>&nbsp; &nbsp;&nbsp; &nbsp;
  49. {% for category in entry.categories %}{% if loop.last %}<a href="{{ category.link }}">{{ category.name }}</a>{% else %}<a href="{{ category.link }}">{{ category.name }}</a>, {% endif %}{% endfor %} &nbsp; &nbsp;&nbsp; &nbsp;
  50. {% if entry.comment_count == 0 %}
  51.  <a class="post-meta" href="{{ entry.url }}#comments">Inga kommentarer</a>
  52. {% elif entry.comment_count ==1 %}
  53. <a class="post-meta" href="{{ entry.url }}#post-comments">1 kommentar</a>
  54. {% else %}
  55. <a class="post-meta" href="{{ entry.url }}#post-comments">{{ entry.comment_count }} kommentarer</a>
  56.  {% endif %} &nbsp; &nbsp;&nbsp; &nbsp;
  57. {% set sv_months = ["", "Januari", "Februari", "Mars", "April", "Maj", "Juni", "Juli", "Augusti", "September", "Oktober", "November", "December"] %}<time class="post-meta" datetime="{{ entry.iso8601 }}" pubdate="pubdate">{{ entry.date_time.strftime("%d") }} {{ sv_months[entry.date_time.month] }}, kl. {{ entry.date_time.strftime("%H") }}.{{ entry.date_time.strftime("%M") }}</time><br>Design: <a href="http://annadarner.blogg.se">annadarner.blogg.se</a>
  58.  
  59. <a href="" rel="tag"></a>
  60.  
  61. <!--### loop AD do not remove or move ###-->
  62.  
  63.  </div>
  64.  
  65. {% if loop.last and pagination %}
  66. <div style="text-align: center; font-size: 12px">
  67. {% if pagination.page_number != 1 %}
  68. <a style="padding-right: 30px" href="{{ category.slug }}-{{ pagination.page_number - 1 }}.html">Tidigare inlägg</a>
  69. {% endif %}
  70. {% if pagination.page_number not in (pagination.total_pages, pagination.total_pages - 1) %}
  71. <a href="{{ category.slug }}-{{ pagination.page_number + 1 }}.html">Nyare inlägg</a>
  72. {% endif %}
  73. {% if pagination.page_number == pagination.total_pages - 1 %}
  74. <a href="{{ category.slug }}.html">Nyare inlägg</a>
  75. {% endif %}
  76. </div>
  77. {% endif %}
  78.  
  79. {% endfor %}
  80.  </div>
  81.  
  82.  <div id="side">
  83.  
  84.  <div id="box">
  85.  <div class="navheader">Info</div>
  86.  <div id="profilbild"></div>
  87. <div class="Info">En personlig text om dig själv och din blogg.</div>
  88. </div><br>
  89.  
  90.  <div id="box">
  91.  <div class="navheader">Sök</div>
  92.  <form action="http://www.google.se/search" name="search" method="get">
  93. <input type="text" name="q" value="" size="17" maxlength="64" />
  94. <input type="hidden" name="sitesearch" value="{{ blog.absolute_url }}" />
  95. <input type="submit" value="Sök" />
  96. </form><br><br>
  97. </div><br>
  98.  
  99. <div id="box">
  100. <div class="navheader">Senaste inläggen</div>
  101.  {% for entry in entries[:20] %}
  102. <li><a href="{{ entry.url }}">{{ entry.title }}</a></li>
  103.  {% endfor %}
  104.  <br><br>
  105.  </div><br>
  106.  
  107.  <div id="box">
  108.  <div class="navheader">Kategorier</div>
  109.  {% for category in categories %}
  110. <li><a href="{{ category.url }}">{{ category.name }}</a></li>
  111.  {% endfor %}
  112.  <br><br>
  113.  </div><br>
  114.  
  115.  <div id="box">
  116.  <div class="navheader">Arkiv</div>
  117. {% set swe_months = ["", "januari", "februari", "mars", "april", "maj", "juni", "juli", "augusti", "september", "oktober", "november", "december"] %}
  118. {% for group in archive_months|groupby('year')|reverse %}
  119.  
  120. <b>{{ group.grouper }}</b>
  121. {% for a in group.list|reverse %}
  122. <a href="{{ a.link }}">{{ swe_months[a.month] }}</a>
  123. {% endfor %}
  124.  
  125. {% endfor %}
  126. <br><br>
  127.  {% if linklist %}
  128.  </div><br>
  129.  
  130.  
  131.  <div id="box">
  132.  <div class="navheader">Länkar</div>
  133. {% for link in linklist %}
  134. <a href="{{ link.url }}" title="{{ link.description }}">{{ link.name }}</a>
  135. {% endfor %}
  136. <br><br>
  137.  {% endif %}
  138.  </div><br>
  139.  
  140. <a href="http://annadarner.blogg.se" target="_blank"><img src="http://i42.tinypic.com/2rwl4d4.png" border="0" alt="Design"></a>
  141.  
  142. <div class="subside">
  143. </div>
  144.  
  145. <img src="http://stats.blogg.se/?id={{ blog.site_id }}" border="0" width="0" height="0" alt="" />
  146.  
  147.  
  148. <script src='http://static.blogg.se/public/js/footer.js?id={{ blog.id }}' type='text/javascript'></script>
  149. </body>
  150. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement