diff options
author | luxagraf <sng@luxagraf.net> | 2014-07-02 11:59:53 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2014-07-02 11:59:53 -0400 |
commit | cc9695f4c4c14d61c32611dba4ec88c98c6ce460 (patch) | |
tree | 81747f2e9d1936900e9b10772b66f6b56ca5b90e /design/templates/details/entry.html | |
parent | 58264b2defe5d2c28abb86603b4fbcef30da1d89 (diff) |
Finished up majority of v8 redesign, merging back to master
Diffstat (limited to 'design/templates/details/entry.html')
-rw-r--r-- | design/templates/details/entry.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/design/templates/details/entry.html b/design/templates/details/entry.html index bfbae23..7dc98bc 100644 --- a/design/templates/details/entry.html +++ b/design/templates/details/entry.html @@ -62,6 +62,10 @@ class="{%if t == 0 or t == 2 %}single{%endif%}{%if t == 1 or t == 3 %}double{%en </section> {%endcomment%} </main> + <div class="mailing-list--wrapper"> + <h5>If you enjoyed this, you should join the mailing list…</h5> + {% include 'mailing_list.html' %} + </div> {% endblock %} {% block js %} {% with object.template_name as t %}{%if t == 1 or t == 3 %} |