link to twitter in footer
This commit is contained in:
parent
302bf909a6
commit
1489596472
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@
|
|||
<a href="{% url 'site.language' %}" id="choose-language">{{ CURRENT_LANGUAGE | language_name_local }}</a> –
|
||||
<a href="{% url 'editor.index' %}" target="_blank">{% trans 'Editor' %}</a> //
|
||||
<a href="/api/" target="_blank">{% trans 'API' %}</a> //
|
||||
<a href="https://github.com/c3nav/c3nav/" rel="external" target="_blank">{% trans 'GitHub' %}</a>
|
||||
<a href="https://twitter.com/c3nav/" rel="external" target="_blank">Twitter</a> //
|
||||
<a href="https://github.com/c3nav/c3nav/" rel="external" target="_blank">GitHub</a>
|
||||
</section>
|
||||
<section id="map" data-bounds="{{ bounds }}" data-levels="{{ levels }}"{% if tile_cache_server %} data-tile-server="{{ tile_cache_server }}"{% endif %}></section>
|
||||
{% if not embed %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue