From 5e9e35f165bc76016eb743024d566c36669a86c9 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 6 Aug 2018 15:32:54 +0200 Subject: update --- .jekyll-metadata | Bin 24971 -> 25078 bytes _config.yml | 6 ++++-- _layouts/index.html | 10 ++++++++-- _layouts/page.html | 10 ++++++++-- _layouts/post.html | 12 ++++++++++-- 5 files changed, 30 insertions(+), 8 deletions(-) diff --git a/.jekyll-metadata b/.jekyll-metadata index 9c403b2..becf262 100644 Binary files a/.jekyll-metadata and b/.jekyll-metadata differ diff --git a/_config.yml b/_config.yml index c8e6645..3fc8ed6 100644 --- a/_config.yml +++ b/_config.yml @@ -5,10 +5,12 @@ exclude: - Makefile - notes.md +permalink: /:title + author: Mitja Felicijan description: Embedded systems developer and fanatical fan of science fiction - -permalink: /:title +twitter: "@mitjafelicijan" +avatar: assets/avatar.gif kramdown: auto_ids: true diff --git a/_layouts/index.html b/_layouts/index.html index 371eb20..d83a122 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -17,13 +17,19 @@ - + - + + + + + + + diff --git a/_layouts/page.html b/_layouts/page.html index f5cb3ed..6e52ab6 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -17,13 +17,19 @@ - + - + + + + + + + diff --git a/_layouts/post.html b/_layouts/post.html index 451d3a6..e158aaf 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -17,18 +17,26 @@ - + - + + + + + + + + {{ site.icon }} + {% include header.html %}
-- cgit v1.2.3