diff options
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> |
