diff options
| author | Alee <Alee14498@gmail.com> | 2019-04-05 20:15:53 -0400 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-04-05 20:15:53 -0400 |
| commit | b9c3946dab30a097cd5390e019e42a8a99116587 (patch) | |
| tree | f1b1448baddf6ba5f8ef50bce9609a65854aa138 /_layouts/posts.html | |
| parent | aadc05c21ba13f4aa8a5629d032878dba661d105 (diff) | |
| download | silicon-linux-b9c3946dab30a097cd5390e019e42a8a99116587.tar.gz silicon-linux-b9c3946dab30a097cd5390e019e42a8a99116587.tar.bz2 silicon-linux-b9c3946dab30a097cd5390e019e42a8a99116587.zip | |
Added improvement; Blog will be added later.
Diffstat (limited to '_layouts/posts.html')
| -rw-r--r-- | _layouts/posts.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/_layouts/posts.html b/_layouts/posts.html new file mode 100644 index 0000000..c8f24b1 --- /dev/null +++ b/_layouts/posts.html @@ -0,0 +1,18 @@ +<!doctype html> +<html lang="en"> + <head> + {% include heading.html %} + <title>{{ page.title }} | Silicon Linux</title> + </head> + <body class="bg-dark text-white"> + <div class="wrapper"> + {% include navigator.html %} + <div class="container"> + {{ content }} + </div> + </div> + + {% include footing.html %} + {% include footer.html %} + </body> +</html>
\ No newline at end of file |
