close p in footer - cl-yag - Common Lisp Yet Another website Generator | |
git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 5c2a1c9632b5d0b6b0f21fb330dc5b19bcc6b244 | |
parent eeb8131035ae98f04288c319848f23acb16c35cd | |
Author: Solene Rapenne <[email protected]> | |
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(-) | |
--- | |
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> |