diff options
| -rw-r--r-- | 404.md | 4 | ||||
| -rw-r--r-- | blog/index.html | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,5 @@ --- layout: git-wiki-404 ----
\ No newline at end of file +--- + +<!--- this file is needed for automatic creation of non existent pages ---> diff --git a/blog/index.html b/blog/index.html index 3a107ad..b308fb3 100644 --- a/blog/index.html +++ b/blog/index.html @@ -1,3 +1,5 @@ --- is_wiki_page: false --- + +<!--- this file is needed for automatic creation of blog page ---> |
