From 2df0b602ee386577a6f3abff32aa78c3636fbf0a Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 2 Mar 2018 23:30:32 +0100 Subject: Website configuration. Introduction article. --- _includes/footer.html | 19 +++++++++++++++++++ _includes/header.html | 34 ++++++++++++++++++++++++++++++++++ _includes/icon-github.html | 1 + 3 files changed, 54 insertions(+) create mode 100644 _includes/footer.html create mode 100644 _includes/header.html create mode 100644 _includes/icon-github.html (limited to '_includes') diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 00000000..bf707fa4 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,19 @@ + diff --git a/_includes/header.html b/_includes/header.html new file mode 100644 index 00000000..ceeee0c9 --- /dev/null +++ b/_includes/header.html @@ -0,0 +1,34 @@ + diff --git a/_includes/icon-github.html b/_includes/icon-github.html new file mode 100644 index 00000000..7f2ac935 --- /dev/null +++ b/_includes/icon-github.html @@ -0,0 +1 @@ +{% include icon-github.svg %}KVision on GitHub -- cgit