# HG changeset patch # User Brian Neal # Date 1458267363 18000 # Node ID 9f4eb8f055ef8afb8b3a6995356f788b712cb8ce # Parent 9bd0d1ad4ba9b2ca463ddb39edd93c747608ed0d More tweaking for small screens. diff -r 9bd0d1ad4ba9 -r 9f4eb8f055ef sg101/templates/ygroup/v3/thread.html --- a/sg101/templates/ygroup/v3/thread.html Thu Mar 17 20:31:37 2016 -0500 +++ b/sg101/templates/ygroup/v3/thread.html Thu Mar 17 21:16:03 2016 -0500 @@ -2,8 +2,6 @@ {% load static from staticfiles %} {% block title %}Yahoo Group Archives: {{ thread.title }}{% endblock %} {% block content %} -
-
{% if thread.page == 1 %}

Yahoo Group Archives »

@@ -30,6 +28,4 @@ {% endfor %} {% include "ygroup/v3/pagination.html" %} -
-
{% endblock %} diff -r 9bd0d1ad4ba9 -r 9f4eb8f055ef sg101/templates/ygroup/v3/thread_list.html --- a/sg101/templates/ygroup/v3/thread_list.html Thu Mar 17 20:31:37 2016 -0500 +++ b/sg101/templates/ygroup/v3/thread_list.html Thu Mar 17 21:16:03 2016 -0500 @@ -2,8 +2,6 @@ {% load static from staticfiles %} {% block title %}Yahoo Group Archives{% endblock %} {% block content %} -
-

Yahoo Group Archives » Page {{ page_obj.number }}

SurfGuitar101.com began as a Yahoo Group on October 31, 2001. It ran until @@ -28,6 +26,4 @@ {% include "ygroup/v3/pagination.html" %} -

-
{% endblock %}