From 9078c01303c065fbf6e6cefbddcb462adede7bfb Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 31 Aug 2017 09:08:38 +0800 Subject: first commit --- landing/_includes/head.cn.html | 23 +++++++++++++++++++++++ landing/_includes/head.html | 23 +++++++++++++++++++++++ landing/_includes/page-footer.html | 12 ++++++++++++ landing/_includes/page-header.cn.html | 18 ++++++++++++++++++ landing/_includes/page-header.html | 18 ++++++++++++++++++ 5 files changed, 94 insertions(+) create mode 100644 landing/_includes/head.cn.html create mode 100644 landing/_includes/head.html create mode 100644 landing/_includes/page-footer.html create mode 100644 landing/_includes/page-header.cn.html create mode 100644 landing/_includes/page-header.html (limited to 'landing/_includes') diff --git a/landing/_includes/head.cn.html b/landing/_includes/head.cn.html new file mode 100644 index 00000000..c99dc89e --- /dev/null +++ b/landing/_includes/head.cn.html @@ -0,0 +1,23 @@ + + + {{ site.title }} + + + + + + + + + + + + diff --git a/landing/_includes/head.html b/landing/_includes/head.html new file mode 100644 index 00000000..77eaa8d4 --- /dev/null +++ b/landing/_includes/head.html @@ -0,0 +1,23 @@ + + + {{ site.title }} + + + + + + + + + + + + diff --git a/landing/_includes/page-footer.html b/landing/_includes/page-footer.html new file mode 100644 index 00000000..bb306a49 --- /dev/null +++ b/landing/_includes/page-footer.html @@ -0,0 +1,12 @@ + diff --git a/landing/_includes/page-header.cn.html b/landing/_includes/page-header.cn.html new file mode 100644 index 00000000..e58830f0 --- /dev/null +++ b/landing/_includes/page-header.cn.html @@ -0,0 +1,18 @@ + + diff --git a/landing/_includes/page-header.html b/landing/_includes/page-header.html new file mode 100644 index 00000000..8ebabfb7 --- /dev/null +++ b/landing/_includes/page-header.html @@ -0,0 +1,18 @@ + + -- cgit v1.2.3