all repos — site @ 0f372a750d80dff5a1b29444825f99765aeff488

source for my site, found at icyphox.sh

feat(templates): add new normal.html template
Anirudh icyph0x@pm.me
Thu, 21 Jun 2018 13:38:40 +0530
commit

0f372a750d80dff5a1b29444825f99765aeff488

parent

20a683cf7ea28caec95f2ac46cbc89744a79f180

2 files changed, 20 insertions(+), 0 deletions(-)

jump to
M templates/index.htmltemplates/index.html

@@ -17,6 +17,7 @@ <body>

{{ body }} </body> +<hr /> <footer> {{ footer }} <p> {{ author }} </p>
A templates/normal.html

@@ -0,0 +1,19 @@

+<!DOCTYPE html> +<html> +<header> + <link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css"> + {{ header }} + <title> + {{ title }} + </title> +</header> + +<body> + {{ body }} +</body> + +<hr /> +<footer> + {{ footer }} + <p> {{ author }} </p> +<footer>