summaryrefslogtreecommitdiff
path: root/app/posts/urls/jrnl_urls.py
diff options
context:
space:
mode:
authorlxf <sng@luxagraf.net>2025-05-31 11:37:22 -0500
committerlxf <sng@luxagraf.net>2025-05-31 11:37:22 -0500
commite2b3a335e3984931f1343cb6be8db53a8a1304ab (patch)
tree4c31dcb9e55487858dbb939f3fc53afd153eeb5c /app/posts/urls/jrnl_urls.py
parente0bd735f74c327f1c6f0abccc431b35a270fb8eb (diff)
condensed everything into jrnl. need to clean up
Diffstat (limited to 'app/posts/urls/jrnl_urls.py')
-rw-r--r--app/posts/urls/jrnl_urls.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/posts/urls/jrnl_urls.py b/app/posts/urls/jrnl_urls.py
index d7f0fb1..11685b0 100644
--- a/app/posts/urls/jrnl_urls.py
+++ b/app/posts/urls/jrnl_urls.py
@@ -36,6 +36,11 @@ urlpatterns = [
name="list"
),
path(
+ r'<str:slug>',
+ views.JrnlEssayView.as_view(),
+ name="essay"
+ ),
+ path(
r'latest/',
views.JrnlLatestView.as_view(),
name="latest"