Mercurial > hg-website
comparison hgscm/templates/about.html @ 77:fb737a306703
templatetags: Add mercurial_tricks templatetag
mercurial_tricks displays a random 'trick' from the templates/tricks/ directory.
The intention is to show the visitor various tricks around mercurial, how to
do certain things during browsing.
author | David Soria Parra <dsp@php.net> |
---|---|
date | Fri, 20 Feb 2009 15:12:33 +0100 |
parents | 16ee6de925d1 |
children | 8d25e34c21c2 |
comparison
equal
deleted
inserted
replaced
76:16ee6de925d1 | 77:fb737a306703 |
---|---|
1 {% extends "base.html" %} | 1 {% extends "base.html" %} |
2 | 2 |
3 {% load extras %} | |
3 {% block content %} | 4 {% block content %} |
4 | 5 |
5 <div class="row"> | 6 <div class="row"> |
6 <div class="col big"> | 7 <div class="col big"> |
7 <h1>Mercurial source control management</h1> | 8 <h1>Mercurial source control management</h1> |
37 <a class="download typeface-js" href="javascript:void(0);"> | 38 <a class="download typeface-js" href="javascript:void(0);"> |
38 <strong>Download now</strong> | 39 <strong>Download now</strong> |
39 Mercurial <em>2.42</em> | 40 Mercurial <em>2.42</em> |
40 <span>Windows XP | Vista | 7</span> | 41 <span>Windows XP | Vista | 7</span> |
41 </a> | 42 </a> |
43 {% mercurial_tricks %} | |
42 </div> | 44 </div> |
43 </div> | 45 </div> |
44 | 46 |
45 </div> | 47 </div> |
46 | 48 |