diff options
author | luxagraf <sng@luxagraf.net> | 2018-10-25 16:52:27 +0000 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2018-10-25 16:52:27 +0000 |
commit | b8a86161167d8732ffff57f37cc99b85e16d5386 (patch) | |
tree | 0f4a05256b6b6ea2271851e9b561bec91e77bdab | |
parent | 7c2864a12c63e95a25275a11c4ae00f1f8fef05a (diff) |
changed contact page template
-rw-r--r-- | design/templates/details/contact.html | 39 | ||||
-rw-r--r-- | design/templates/details/page.html | 2 |
2 files changed, 2 insertions, 39 deletions
diff --git a/design/templates/details/contact.html b/design/templates/details/contact.html deleted file mode 100644 index 889b9bb..0000000 --- a/design/templates/details/contact.html +++ /dev/null @@ -1,39 +0,0 @@ -{% extends 'base.html' %} -{% load typogrify_tags %} -{%block htmlclass%}class="single"{%endblock%} -{% block pagetitle %}Luxagraf: Email{% endblock %} -{% block metadescription %}{% endblock %} -{%block bodyid%}id="contact"{%endblock%} - -{% block primary %}<ul class="bl" id="breadcrumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> - <li><a href="/" title="luxagraf homepage" itemprop="url"><span itemprop="title">Home</span></a> → </li> - <li>Contact</li> - </ul> - <article role="main"> - <h1>Contact Information</h1> - <div id="post"> - <p>I'd love to hear what you think about the posts on luxagraf. If you use Twitter, send me a message: <a href="http://twitter.com/luxagraf" rel="me" title="follow luxagraf on Twitter">@luxagraf</a>.</p> - <p>Then there's email. I'm not a big fan. Or rather I don't have the time to respond the way I would like to, which makes me like it less. So if you email me and don't hear back, or you do but it's five months later and you've entirely forgotten that you even emailed me in the first place, please don't take it personally.</p> - - <p>Please send your thoughts to:</p> - <p> - <script type="text/javascript"> - //<![CDATA[ - <!-- - var x="function f(x){var i,o=\"\",ol=x.length,l=ol;while(x.charCodeAt(l/13)!" + - "=69){try{x+=x;l+=l;}catch(e){}}for(i=l-1;i>=0;i--){o+=x.charAt(i);}return o" + - ".substr(0,ol);}f(\")811,\\\"Zofr{i4|m;(%g!$1&^ENUwFG_J@FFD330\\\\100\\\\}zp" + - ";u~t~T/b771\\\\)lfjm=^&E320\\\\030\\\\600\\\\130\\\\230\\\\LH4220\\\\100\\\\"+ - "410\\\\N8=(?7,'<610\\\\?>&#)//]600\\\\ULZ]S]410\\\\p720\\\\NCVJ000\\\\771\\" + - "\\ 80xxwdg~}&rjgm010\\\\030\\\\620\\\\320\\\\\\\"(f};o nruter};))++y(^)i(tA" + - "edoCrahc.x(edoCrahCmorf.gnirtS=+o;721=%y;++y)811<i(fi{)++i;l<i;0=i(rof;htgn" + - "el.x=l,\\\"\\\"=o,i rav{)y,x(f noitcnuf\")" ; - while(x=eval(x)); - //--> - //]]> - </script> - </p> - </div> - </article> -{% endblock %} - diff --git a/design/templates/details/page.html b/design/templates/details/page.html index cf3a287..d4435b3 100644 --- a/design/templates/details/page.html +++ b/design/templates/details/page.html @@ -12,7 +12,9 @@ </ul> <main> <article> + <header class="post-header"> <h1 class="post-title">{{object.title}}</h1> + </header> <div class="post-article"> {{object.body_html|safe|smartypants|widont}} </div> |