diff options
-rw-r--r-- | app/posts/templates/posts/friends_list.html | 1 | ||||
-rw-r--r-- | design/templates/base.html | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/app/posts/templates/posts/friends_list.html b/app/posts/templates/posts/friends_list.html index 3318a08..b77f345 100644 --- a/app/posts/templates/posts/friends_list.html +++ b/app/posts/templates/posts/friends_list.html @@ -12,7 +12,6 @@ <h2 class="list-subhed">Say what? </h2> <p><em>Friends of a Long Year</em> is a monthly letter about living outdoors, travel, literature, music, vintage vehicles, and other ephemera. It's written in the spirit of Mary Austin. And Mike’s emails. A more detailed explaination can be found <a href="/jrnl/2020/11/invitation">here</a>.</p> <p>Unsubscribing is easy. It's all <a href="/src/building-your-own-mailing-list-software">self-hosted</a> and designed to <a href="/privacy" title="My privacy policy">respect your privacy</a>.</p> - <p>There's also the <em><a href="/range/">Range</a></em> newsletter if you'd like a photo in your inbox once a week.</p> </div> <h3 class="archive-sans">Letters</h3> <ul class="archive-list">{% for object in object_list %} diff --git a/design/templates/base.html b/design/templates/base.html index 97b8f4e..9aedc38 100644 --- a/design/templates/base.html +++ b/design/templates/base.html @@ -31,8 +31,6 @@ <nav> <a class="nav-item" href="{% url "jrnl:list" %}" title="Stories of life on the road.">Jrnl</a>{%comment%} & <a href="{% url "fieldnotes:list" %}" title="Short stories, snapshots of daily life on the road.">Field Notes</a>{%endcomment%} <a class="nav-item" href="/friends/" title="Join 'friends of a long year'">Friends</a> - <a class="nav-item" href="/range/" title="Range, a photo a week, in your inbox">Range</a></span> - <a class="nav-item" href="{% url "src:list" %}" title="make cool stuff">src</a> <a class="nav-item" href="/about" title="About Scott">About</a> </nav> </header> @@ -52,7 +50,5 @@ </p> </footer> {% block js %}{% endblock%} -<script async src="/media/js/piwik.js"></script> -<noscript><p><img src="https://stats.luxagraf.net/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript> </body> </html> |