Skip to content

Commit

Permalink
use proper ndash/mdash in the website's footer copyright message
Browse files Browse the repository at this point in the history
  • Loading branch information
mstreuhofer committed Jan 2, 2015
1 parent 7792e32 commit 67d7c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% set years = dates|groupby('date.year')|sort(reverse=False) %}
{% set sinceYear = years|first|first|default('2014') %}
{% set toYear = years|last|first|default('2014') %}
Copyright © {% if sinceYear == toYear %} {{ sinceYear }} {% else %} {{ sinceYear }}-{{ toYear }} {% endif%} - {{ AUTHOR }} -
Copyright © {% if sinceYear == toYear %} {{ sinceYear }} {% else %} {{ sinceYear }}–{{ toYear }} {% endif%} {{ AUTHOR }} —
{% endif %}
<span class="credit">Powered by <a href="http://getpelican.com">Pelican</a></span>
</p>

0 comments on commit 67d7c3c

Please sign in to comment.