diff options
Diffstat (limited to 'templates/details/code.html')
-rw-r--r-- | templates/details/code.html | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/templates/details/code.html b/templates/details/code.html index c603782..a593ae7 100644 --- a/templates/details/code.html +++ b/templates/details/code.html @@ -1,11 +1,10 @@ {% extends 'base.html' %} {% load typogrify %} {% block pagetitle %}Luxagraf | Projects | Code and Other Experiments {% endblock %} -{% block metadescription %}{% endblock %} +{%block htmlclass%}class="single"{%endblock%} +{% block metadescription %}Browser extentsions to block comments on onlineathens.com{% endblock %} {% block extrahead %} <style> -#page-header {margin: 2em 0 0 0;} -article[role="main"] header {margin-top: 0;} article[role="main"] a { color: #b53a04;} #ffext, #chrext, #bkmklt { display: block; @@ -37,8 +36,8 @@ article[role="main"] a { color: #b53a04;} {%block bodyid%}id="code"{%endblock%} {% block primary %}<section id="page-header"> - <h1 class="hide">The National Parks Project</h1> - <nav> + <h1 class="hide">Code</h1> + <nav class="bl"> <ul 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><a href="/projects/" title="luxagraf projects page" itemprop="url"><span itemprop="title">Projects</span></a> →</li> @@ -51,13 +50,9 @@ article[role="main"] a { color: #b53a04;} <header> <h1>{{object.name}}</h1> </header> - <div id="post-body"> + <div class="post-body-single"> {{object.body_html|smartypants|widont|safe}} </div> - <section id="comments"> - <h4><a class="disqus-link-count" href="{{object.get_absolute_url}}#disqus_thread">Comments</a></h4> - <div id="disqus_thread"></div><script type="text/javascript" src="http://disqus.com/forums/luxagraf/embed.js"></script><noscript><a href="http://luxagraf.disqus.com/?url=ref">View the discussion thread.</a></noscript><a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a> - </section> {% endfor %} </article> |