diff options
| author | Alee <Alee14498@gmail.com> | 2019-04-05 20:19:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-05 20:19:05 -0400 |
| commit | a833557bb2cc0c85d35dfa458fa5cbb5af41a95b (patch) | |
| tree | f1b1448baddf6ba5f8ef50bce9609a65854aa138 /_layouts/post.html | |
| parent | 0bfdc245ee2bb782ff3a83858c64f3058dba5b8d (diff) | |
| parent | b9c3946dab30a097cd5390e019e42a8a99116587 (diff) | |
| download | silicon-linux-a833557bb2cc0c85d35dfa458fa5cbb5af41a95b.tar.gz silicon-linux-a833557bb2cc0c85d35dfa458fa5cbb5af41a95b.tar.bz2 silicon-linux-a833557bb2cc0c85d35dfa458fa5cbb5af41a95b.zip | |
Rewrite
Diffstat (limited to '_layouts/post.html')
| -rw-r--r-- | _layouts/post.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/_layouts/post.html b/_layouts/post.html deleted file mode 100644 index b677e64..0000000 --- a/_layouts/post.html +++ /dev/null @@ -1,19 +0,0 @@ ---- ---- - -<html> - <head> - {% include heading.html %} - <title>{{ page.title }} | Silicon Linux Blog</title> - </head> - <body> - {% include navigator.html %} - - <h1>{{ page.title }}</h1> - <p><b>{{ page.date | date_to_string }} | By: {{ page.author }}</b></p> - - {{ content }} - - {% include footer.html %} - </body> -</html> |
