Mercurial > public > sg101
view gpp/templates/downloads/navigation.html @ 549:c4696a0cbd3f
Altered the open graph meta tags tag to generate tags for the home page
when None is supplied as a parameter. Updated the home page template to use it.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 15 Jan 2012 13:27:37 -0600 |
parents | 41411066b16d |
children |
line wrap: on
line source
{% load url from future %} <div class="app-logo"> <img src="{{ STATIC_URL }}icons/downloads-logo.jpg" alt="Downloads Logo" title="Downloads" /> </div> <ul class="app-menu"> <li><a href="{% url 'downloads-index' %}">Categories</a></li> <li><a href="{% url 'downloads-new' %}">New</a></li> <li><a href="{% url 'downloads-popular' %}">Popular</a></li> <li><a href="{% url 'downloads-rating' %}">Highest Rated</a></li> <li><a href="{% url 'downloads-add' %}">Add</a></li> </ul> <br />