diff options
| author | ruki <waruqi@gmail.com> | 2019-06-21 22:32:41 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2019-06-21 09:16:11 +0800 |
| commit | 1587e4a8f2f04ae73ed770ee53b58d480b68f747 (patch) | |
| tree | cb11b88fa416bcd5ac0902dd32099de1991ddbcf /landing/_layouts | |
| parent | 1e3bf498456a76a11592c30d8952d11277def5ac (diff) | |
| download | xmake-docs-1587e4a8f2f04ae73ed770ee53b58d480b68f747.tar.gz xmake-docs-1587e4a8f2f04ae73ed770ee53b58d480b68f747.zip | |
init for docsify
Diffstat (limited to 'landing/_layouts')
| -rw-r--r-- | landing/_layouts/default.cn.html | 18 | ||||
| -rw-r--r-- | landing/_layouts/default.html | 18 | ||||
| -rw-r--r-- | landing/_layouts/post.html | 7 |
3 files changed, 0 insertions, 43 deletions
diff --git a/landing/_layouts/default.cn.html b/landing/_layouts/default.cn.html deleted file mode 100644 index 82da5f6c..00000000 --- a/landing/_layouts/default.cn.html +++ /dev/null @@ -1,18 +0,0 @@ -<!DOCTYPE html> -<html lang="en-us"> - - {% include head.cn.html %} - - <body> - {% include page-header.cn.html %} - - <section class="main-content"> - - {{ content }} - - {% include page-footer.html %} - - </section> - - </body> -</html> diff --git a/landing/_layouts/default.html b/landing/_layouts/default.html deleted file mode 100644 index 8a21bd71..00000000 --- a/landing/_layouts/default.html +++ /dev/null @@ -1,18 +0,0 @@ -<!DOCTYPE html> -<html lang="en-us"> - - {% include head.html %} - - <body> - {% include page-header.html %} - - <section class="main-content"> - - {{ content }} - - {% include page-footer.html %} - - </section> - - </body> -</html> diff --git a/landing/_layouts/post.html b/landing/_layouts/post.html deleted file mode 100644 index 5b12153c..00000000 --- a/landing/_layouts/post.html +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: default ---- -<h2>{{ page.title }}</h2> -<p class="meta">{{ page.date | date_to_string }}</p> - -{{ content }}
\ No newline at end of file |
