summaryrefslogtreecommitdiff
path: root/design/templates/details
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2015-11-01 21:16:42 -0500
committerluxagraf <sng@luxagraf.net>2015-11-01 21:16:42 -0500
commit47ab118686d3216598b57188a67c81f9cf169c50 (patch)
treedf1deec3a59d13115bb4b09c042345c0354b68dd /design/templates/details
parente8d1fa3f47f8520618bd83dd917c569c83f2de86 (diff)
added epub script basics and styled figments archives and details
Diffstat (limited to 'design/templates/details')
-rw-r--r--design/templates/details/figments.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/design/templates/details/figments.html b/design/templates/details/figments.html
index 3aeb690..1f8bfc7 100644
--- a/design/templates/details/figments.html
+++ b/design/templates/details/figments.html
@@ -7,7 +7,10 @@
<header id="header" class="post--header {% with object.get_template_name_display as t %}{%if t == "double" or t == "double-dark" %}post--header--double{%endif%}{%endwith%}">
<h1 class="p-name entry-title post--title" itemprop="headline">{%if object.template_name == 1 or object.template_name == 3 %}{{object.title|smartypants|safe}}{%else%}{{object.title|smartypants|widont|safe}}{%endif%}</h1>
<time class="hide dt-published published dt-updated post--date" datetime="{{object.pub_date|date:'c'}}" itemprop="datePublished">{{object.pub_date|date:"F"}} <span>{{object.pub_date|date:"j, Y"}}</span></time>
- <p class="kindle"><a href="">Send to Kindle</a></p>
+ <ul>
+ <li class="kindle"><a href="">Send to Kindle</a></li>
+ <li class="epub"><a href="{{object.get_absolute_url}}.epub">Download for iBooks (epub)</a></li>
+ </ul>
<p class="p-author author hide" itemprop="author"><span class="byline-author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Scott Gilbertson</span></span></p>
</header>
<div id="article" class="e-content entry-content post--body post--body--{% with object.template_name as t %}{%if t == 0 or t == 2 %}single{%endif%}{%if t == 1 or t == 3 %}double{%endif%}{%endwith%}" itemprop="articleBody">