diff options
Diffstat (limited to 'templates/public')
-rw-r--r-- | templates/public/about.html | 1 | ||||
-rw-r--r-- | templates/public/index.html | 5 |
2 files changed, 2 insertions, 4 deletions
diff --git a/templates/public/about.html b/templates/public/about.html index 44f76df0..5c9dc16d 100644 --- a/templates/public/about.html +++ b/templates/public/about.html @@ -56,7 +56,6 @@ <li>Take a look at our <a href="http://wiki.parabolagnulinux.org/TODO" title="TODO">TODO list</a></li> </ul> - <p><a href='http://www.archlinux.org/about/' title='Go to Archlinux About page'>Read more about Archlinux...</a></p> </div> {% endblock %} diff --git a/templates/public/index.html b/templates/public/index.html index 325358d6..708c5347 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -155,9 +155,8 @@ <li><a href="{% url page-art %}" title="Parabola logos and other artwork for promotional use">Logos & Artwork</a></li> <li><a href="{% url news-list %}" title="News Archives">News Archives</a></li> <li><a href="/feeds/" title="Various RSS Feeds">RSS Feeds</a></li> - <li><a href="{% url page-devs %}" title="Active developers">Developer Profiles</a></li> - <li><a href="{% url page-tus %}" title="Active Trusted Users (TUs)">Trusted User Profiles</a></li> - <li><a href="{% url page-fellows %}" title="Retired Developers">Fellows Profiles</a></li> + <li><a href="{% url page-devs %}" title="Active hackers">Hackers Profiles</a></li> + <li><a href="{% url page-fellows %}" title="Retired hackers">Fellows Profiles</a></li> </ul> </div><!-- #nav-sidebar --> |