diff options
author | luxagraf <sng@luxagraf.net> | 2023-03-25 14:08:00 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-03-25 14:08:00 -0500 |
commit | 2559549c74c1de2ee83e32e8e5538c4632e997d4 (patch) | |
tree | ab761a322e47d7deec5f0a39d9397613b6df91b9 | |
parent | 069f3b0f3f93eabe2e3230e67c7fa0916738fb89 (diff) |
took out range again. no time
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 6816c84..11c7d7b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -31,7 +31,7 @@ <a class="nav-item smcaps" href="{% url "jrnl:list" %}" title="Stories of life on the road.">Jrnl</a> <a class="nav-item smcaps" href="/essays/" title="Essays">Essays</a> <a class="nav-item smcaps" href="/friends/" title="Join the 'friends of a long year' newsletter">Friends</a> - <a class="nav-item smcaps" href="/range/" title="Join the 'Range' newsletter">Range</a> + {%comment%}<a class="nav-item smcaps" href="/range/" title="Join the 'Range' newsletter">Range</a> {%endcomment%} <a class="nav-item smcaps" href="/about" title="About Scott">About</a> </nav> </header> |