Files @ 2d039faedf28
Branch filter:

Location: symposion_app/pinaxcon/templates/sitetree_opener_dropdown.html

Christopher Neugebauer
Adds social media links (#32)

* Adds social media links

* Un-ooopses the title of the homepage
{% load sitetree %}

{% for item in sitetree_items %}
  <li role="presentation" class="mobile-menu--item">
    <a role="menuitem" href="{% sitetree_url for item %}"
      {% if item.hint %}
        title="{{ item.hint }}"
      {% endif %}
      >
        {{ item.title_resolved }}
    </a>
  </li>
{% endfor %}