diff options
author | lxf <sng@luxagraf.net> | 2021-10-29 09:49:51 -0400 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2021-10-29 09:49:51 -0400 |
commit | e853ff56dd7bff133754696e62187e3e93f957d0 (patch) | |
tree | 5dbe3233ebcda102df738668ef5fbe98dcf54bfc | |
parent | a97d88467dd85c3cdccff0552e9447886d49f18c (diff) |
base: brought range back into the main menu
-rw-r--r-- | design/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/design/templates/base.html b/design/templates/base.html index 06220ed..935849a 100644 --- a/design/templates/base.html +++ b/design/templates/base.html @@ -30,6 +30,7 @@ <nav> <a class="nav-item smcaps" 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 smcaps" href="/friends/" title="Join 'friends of a long year'">Friends</a> + <a class="nav-item smcaps" href="/range/" title="Join 'range'">Range</a> <a class="nav-item smcaps" href="/about" title="About Scott">About</a> </nav> </header> |