diff options
-rw-r--r-- | templates/archive.html | 5 | ||||
-rw-r--r-- | templates/default.html | 29 | ||||
-rw-r--r-- | templates/flattr.html | 3 | ||||
-rw-r--r-- | templates/license.html | 8 | ||||
-rw-r--r-- | templates/photo.html | 1 | ||||
-rw-r--r-- | templates/post-item.html | 3 | ||||
-rw-r--r-- | templates/post.html | 22 |
7 files changed, 0 insertions, 71 deletions
diff --git a/templates/archive.html b/templates/archive.html deleted file mode 100644 index cbd0827..0000000 --- a/templates/archive.html +++ /dev/null @@ -1,5 +0,0 @@ -<h1>$title$</h1> -<div class="tags">$tags$</div> -<ul class="archive"> - $posts$ -</ul> diff --git a/templates/default.html b/templates/default.html deleted file mode 100644 index 77b02e2..0000000 --- a/templates/default.html +++ /dev/null @@ -1,29 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <meta http-equiv="Content-Language" content="en" /> - <meta name="viewport" content="width=device-width" /> - <title>rekado - $title$</title> - <link rel="openid2.provider" href="https://openid.stackexchange.com/openid/provider" /> - <link rel="openid2.local_id" href="https://openid.stackexchange.com/user/0f8f09d4-a2f3-429f-8752-b53a328c255c" /> - <link rel="stylesheet" media="screen" type="text/css" href="/css/reset.css" /> - <link rel="stylesheet" media="screen" type="text/css" href="/css/screen.css" /> - <link rel="shortcut icon" href="http://elephly.net/favicon.ico" /> - <script type="text/javascript" src="/js/libs/jquery-1.6.2.min.js"></script> - <script type="text/javascript" src="/js/deobfuscate.js"></script> - <script type="text/javascript" src="/js/hyphenator/Hyphenator.js"></script> - <script type="text/javascript"> - Hyphenator.run(); - </script> - </head> - <body id="top"> - <div id="index"> - <a href="/" title="show index"><img alt="logo" src="/images/logo.png"/></a> - </div> - - <div id="page" class="hyphenate"> - $body$ - </div> - </body> -</html> diff --git a/templates/flattr.html b/templates/flattr.html deleted file mode 100644 index f8aca3c..0000000 --- a/templates/flattr.html +++ /dev/null @@ -1,3 +0,0 @@ -<a href="http://flattr.com/thing/$flattr$"> - <img src='http://api.flattr.com/button/flattr-badge-large.png' alt='Flattr this' title='Flattr this' /> -</a> diff --git a/templates/license.html b/templates/license.html deleted file mode 100644 index 0f0cfb9..0000000 --- a/templates/license.html +++ /dev/null @@ -1,8 +0,0 @@ -<div class="fineprint"> - <div class="license"> - <a rel='license' href='http://creativecommons.org/licenses/by-sa/3.0/'> - <img alt='Creative Commons License' style='border-width:0' src='http://i.creativecommons.org/l/by-sa/3.0/80x15.png'/> - </a> - <span xmlns:dct='http://purl.org/dc/terms/' href='http://purl.org/dc/dcmitype/StillImage' property='dct:title' rel='dct:type'>$title$</span> by <a xmlns:cc='http://creativecommons.org/ns#' href='http://elephly.net' property='cc:attributionName' rel='cc:attributionURL'>Rekado</a> is licensed under a <a rel='license' href='http://creativecommons.org/licenses/by-sa/3.0/'>Creative Commons Attribution-ShareAlike 3.0 Unported License</a>. - </div> -</div> diff --git a/templates/photo.html b/templates/photo.html deleted file mode 100644 index 97bdcbb..0000000 --- a/templates/photo.html +++ /dev/null @@ -1 +0,0 @@ -<img class="stretch full" src="/images/posts/$photo$"/> diff --git a/templates/post-item.html b/templates/post-item.html deleted file mode 100644 index 60da335..0000000 --- a/templates/post-item.html +++ /dev/null @@ -1,3 +0,0 @@ -<li> - <a href="$url$">$title$</a> -</li> diff --git a/templates/post.html b/templates/post.html deleted file mode 100644 index e77da67..0000000 --- a/templates/post.html +++ /dev/null @@ -1,22 +0,0 @@ -<h1>$title$</h1> -<div class="time">$date$</div> - -$photo-snippet$ -$body$ -$flattr-snippet$ -$license-snippet$ - -<p class="back"><a href="/posts">← other posts</a></p> - -<div id="disqus_thread"> - <script type="text/javascript"> - var loadComments = function() { - var el = document.getElementById("loadComments"); - el.parentNode.removeChild(el); - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = 'http://elephly.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - }; - </script> -</div> -<a id="loadComments" href="javascript:loadComments()">Click to load Disqus comments</a> |