From 1086faef8452e95cade4e72b0018229c3e8a12da Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 30 Jun 2015 23:52:58 +0300 Subject: remove the 'About' page --- _layouts/about.html | 7 ------- _layouts/main.html | 10 ++++++++++ _layouts/posts.html | 10 ---------- about.html | 22 ---------------------- index.html | 4 ++-- 5 files changed, 12 insertions(+), 41 deletions(-) delete mode 100644 _layouts/about.html create mode 100644 _layouts/main.html delete mode 100644 _layouts/posts.html delete mode 100644 about.html diff --git a/_layouts/about.html b/_layouts/about.html deleted file mode 100644 index 9a6a620..0000000 --- a/_layouts/about.html +++ /dev/null @@ -1,7 +0,0 @@ -{% include header.html %} -
-
- {{ content }} -
-
-{% include footer.html %} diff --git a/_layouts/main.html b/_layouts/main.html new file mode 100644 index 0000000..920cbd9 --- /dev/null +++ b/_layouts/main.html @@ -0,0 +1,10 @@ +{% include header.html %} +
+
+ {{ content }} +
+
+ {% include sidebar.html %} +
+
+{% include footer.html %} diff --git a/_layouts/posts.html b/_layouts/posts.html deleted file mode 100644 index 920cbd9..0000000 --- a/_layouts/posts.html +++ /dev/null @@ -1,10 +0,0 @@ -{% include header.html %} -
-
- {{ content }} -
-
- {% include sidebar.html %} -
-
-{% include footer.html %} diff --git a/about.html b/about.html deleted file mode 100644 index b9d3737..0000000 --- a/about.html +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: About -layout: about -group: "navigation" ---- -

About the project

-

Thoughs on C++ and life. Feel free to contribute or contact me.

-
-  GitHub repository -  Egor.Tensin@gmail.com -
-

Platform

- - - - - - - - - -
CPUIntel Atom N2800
OSWindows 7 Professional Service Pack 1
diff --git a/index.html b/index.html index f8d2488..69f7259 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ --- -title: Posts -layout: posts +title: C++ tips +layout: main group: "navigation" --- {% if site.posts.size == 0 %} -- cgit v1.2.3