~zeitgeist/zeitgeist-project-website/trunk

« back to all changes in this revision

Viewing changes to templates/index.html

  • Committer: Jamal Fanaian
  • Date: 2009-12-03 23:19:06 UTC
  • Revision ID: jfanaian@its-4-20091203231906-ebczw0x4s2v9oxhc
Added more blogs page, and linked to announcements page in launchpad from front page

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
        <a href="{{ entry.link }}">Read more</a>
37
37
        </p>
38
38
        {% endfor %}
 
39
 
 
40
        <p class="right"><a href="{% url blogs %}" title="View more blog posts">More</a></p>
39
41
    </div>
40
42
 
41
43
    <div class="front-column last">
51
53
        <a href="{{ entry.link }}">Read more</a>
52
54
        </p>
53
55
        {% endfor %}
 
56
 
 
57
        <p class="right"><a href="http://launchpad.net/zeitgeist/+announcements" title="Zeitgeist Announcements in Launchpad">More</a></p>
54
58
    </div>
55
59
</div>
56
60
{% endblock %}