From 9f1c9f6061acc10a5ab042c628751357b8c3ff43 Mon Sep 17 00:00:00 2001 From: swaggboi Date: Wed, 3 Aug 2022 20:29:41 -0400 Subject: [PATCH] Implement page navigation --- README.md | 1 - templates/layouts/main.html.ep | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01308b5..a9fa13c 100644 --- a/README.md +++ b/README.md @@ -25,5 +25,4 @@ Run the tests locally (against development environment) ## TODOs 1. Moar tests... -1. Page navigation 1. Do something with submitted form data diff --git a/templates/layouts/main.html.ep b/templates/layouts/main.html.ep index 48c6c8a..a9e44a6 100644 --- a/templates/layouts/main.html.ep +++ b/templates/layouts/main.html.ep @@ -5,6 +5,11 @@

Post::Text

+ +
<%= content =%>