diff options
author | Christopher Brannon <chris@the-brannons.com> | 2021-03-31 14:53:59 -0700 |
---|---|---|
committer | Christopher Brannon <chris@the-brannons.com> | 2021-03-31 14:53:59 -0700 |
commit | 1ceafdd286d22d01f1571e649a1459b17b89aa91 (patch) | |
tree | 039825624b678b930c78285eec49cd8f3a08c0c7 | |
parent | 3f1f1c48053ef1a1329a697f8583d789e0d7661a (diff) | |
download | nawp-1ceafdd286d22d01f1571e649a1459b17b89aa91.tar nawp-1ceafdd286d22d01f1571e649a1459b17b89aa91.tar.gz nawp-1ceafdd286d22d01f1571e649a1459b17b89aa91.tar.bz2 nawp-1ceafdd286d22d01f1571e649a1459b17b89aa91.tar.lz nawp-1ceafdd286d22d01f1571e649a1459b17b89aa91.tar.xz nawp-1ceafdd286d22d01f1571e649a1459b17b89aa91.tar.zst nawp-1ceafdd286d22d01f1571e649a1459b17b89aa91.zip |
Delete stale variable definition.
-rwxr-xr-x | nawp.scm | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -46,7 +46,6 @@ (define posts-base-uri (uri-relative-to (uri-reference "posts/") blog-base-uri)) (define feed-uri (uri-relative-to (uri-reference atom-page-name) blog-base-uri)) (define db-file "/var/lib/nawp/blog.db") -(define default-author "Chris Brannon") (define-record post id timestamp slug title author body) |