summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-07-04 16:49:41 -0300
committerLuke Shumaker <lukeshu@parabola.nu>2019-03-10 01:08:41 -0500
commit48d9a5096ebd296614d53dcc91c328fdb28de77f (patch)
tree646957cf451747a5a8a147d2df248ebee0a0f12d
parent51c3f76fdd93500ce101d501f41bd4e6db2db3f4 (diff)
fix Bugs to Labs and add some examples
-rw-r--r--templates/base.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 228ad65a..2095dc05 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -20,9 +20,12 @@
<ul id="archnavbarlist">
<li id="anb-home"><a href="/" title="{{ BRANDING_SHORTNAME }} news, packages, projects and more">Home</a></li>
<li id="anb-packages"><a href="/packages/" title="{{ BRANDING_SHORTNAME }} Package Database">Packages</a></li>
+ <!-- Free Culture or multimedia with mediagoblin -->
+ <!-- Social with GNU Social, Diaspora or another, it needs consensus -->
<li id="anb-wiki"><a href="{% wiki_url %}" title="Community documentation">Wiki</a></li>
<li id="anb-bugs"><a href="{{ BUGTRACKER_URL }}" title="Report and track bugs">Bugs</a></li>
- <li id="anb-projects"><a href="{{ PROJECTS_URL }}" title="Our Code">Projects</a></li>
+ <!-- PUR -->
+ <li id="anb-projects"><a href="{{ PROJECTS_URL }}" title="Our code">Projects</a></li>
<li id="anb-download"><a href="{% url 'page-download' as pdl %}{{ pdl }}" title="Get {{ BRANDING_DISTRONAME }}">Download</a></li>
</ul>
</div>