close p in footer - cl-yag - Common Lisp Yet Another website Generator HTML git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/cl-yag/ DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- DIR commit 5c2a1c9632b5d0b6b0f21fb330dc5b19bcc6b244 DIR parent eeb8131035ae98f04288c319848f23acb16c35cd HTML Author: Solene Rapenne <solene@perso.pw> Date: Thu, 7 Feb 2019 20:06:21 +0100 close p in footer Diffstat: M templates/layout.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/templates/layout.tpl b/templates/layout.tpl @@ -28,7 +28,7 @@ <main>%%Body%%</main> - <footer><p>This blog is powered by cl-yag!<p></footer> + <footer><p>This blog is powered by cl-yag!</p></footer> </div><!-- #wrapper --> </body>