diff options
author | Jordan Bracco <href@random.sh> | 2022-03-31 03:59:05 +0000 |
---|---|---|
committer | Jordan Bracco <href@random.sh> | 2022-03-31 03:59:05 +0000 |
commit | f836ca4eab996342b1873dd708bbb0cd0e2def24 (patch) | |
tree | 1c6e9f5ccd48512c2e5d4e2591735cd451bbcaf7 /includes/layout.tpl.html |
Diffstat (limited to 'includes/layout.tpl.html')
-rwxr-xr-x | includes/layout.tpl.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/includes/layout.tpl.html b/includes/layout.tpl.html new file mode 100755 index 0000000..a6552e2 --- /dev/null +++ b/includes/layout.tpl.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <link rel="stylesheet" href="/site.css"> + <title>%{title}</title> + </head> + <body> + <header> + <h1><a href="/">./random.sh</a></h1> + </header> + <article> + %{body} + </article> + </body> +<!-- generated_at="%{built_at}" from="%{source_file}" --> +</html> |