diff options
author | luxagraf <sng@luxagraf.net> | 2020-11-12 22:41:17 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-11-12 22:41:17 -0500 |
commit | 72b75160ff1e617b551a86002d86f0deb08a5570 (patch) | |
tree | 5a4aee4a161ee77b97a68701302501575770c4f9 | |
parent | a551326ec05f761f58a0ba68b4ca8af95d9e652d (diff) |
took guides out of main menu for now
-rw-r--r-- | TODO | 8 | ||||
-rw-r--r-- | design/templates/base.html | 2 |
2 files changed, 6 insertions, 4 deletions
@@ -1,12 +1,14 @@ -* add footer to plain text emails +- port jrnl to posts + - port comments + - port ??? +- take guides out of main menu, they're not good enough yet. -Notes: +## Notes: Fix out of sequence postgres tables: - ALTER TABLE lttr_subscriber ALTER COLUMN id SET DEFAULT nextval('lttr_subscriber_id_seq'::regclass); SELECT setval('lttr_subscriber_id_seq', (SELECT MAX(id) FROM lttr_subscriber)+1) diff --git a/design/templates/base.html b/design/templates/base.html index 01d6905..f3b6e79 100644 --- a/design/templates/base.html +++ b/design/templates/base.html @@ -33,7 +33,7 @@ <nav> <ul> <li><a href="{% url "jrnl:list" %}" title="Stories of life on the road.">Jrnl</a> & <a href="{% url "fieldnotes:list" %}" title="Short stories, snapshots of daily life on the road.">Field Notes</a></li> - <li><a href="{% url "guide:guide-base" %}" title="Advice, Tools, Tips and Tricks for Full Time Van or RV Life.">Guides</a></li> + <!--<li><a href="{% url "guide:guide-base" %}" title="Advice, Tools, Tips and Tricks for Full Time Van or RV Life.">Guides</a></li>--> <li><a href="/newsletter/" title="The 'friends of a long year' newsletter">newsletter</a></li> <li><a href="/about" title="About Scott">About</a></li> </ul> |