diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-07-11 00:20:39 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-07-11 00:22:46 -0300 |
commit | c3cf97fdd3f67b51a31e00c14acf3ff96c0ae57a (patch) | |
tree | 493cf645e26ce624ebe5d4f5e94287fa6220032f | |
parent | 393cb8fb7e2a3f4ae6d6f28a641f4cf25090e6f1 (diff) |
Add Free Culture menu in main page
-rw-r--r-- | templates/public/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index 08ada571..21bec8e3 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -122,6 +122,16 @@ title="Free your distro installation">Migration from other distros</a></li> </ul> + <h4>Free Culture</h4> + <ul> + <li><a href="{% wiki_url 'Multimedia' %}" + title="Watch and download multimedia files">Multimedia</a></li> + <li><a href="{% wiki_url 'Comics' %}" + title="Watch and download comics">Comics</a></li> + <li><a href="{% wiki_url 'Wallpapers' %}" + title="Download wallpapers">Wallpapers</a></li> + </ul> + <h4>Community</h4> <ul> <li><a href="{{ MAILMAN_BASE_URL }}/mailman/listinfo/" |