aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 05:41:14 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 05:41:14 +0200
commit102a156146db518f2b56eb61ba89b128faade6cc (patch)
tree862ecb9ca696ad9d0fe672fe70ef70bae304183b
parent1fdc52bd0e67371d0e9b2b27923d49c451b35a11 (diff)
downloadmitjafelicijan.com-102a156146db518f2b56eb61ba89b128faade6cc.tar.gz
update
-rw-r--r--.jekyll-metadatabin3327 -> 3534 bytes
-rw-r--r--_layouts/index.html3
-rw-r--r--_layouts/page.html5
-rw-r--r--_layouts/post.html5
-rw-r--r--assets/highlight.css (renamed from _includes/highlight.css)0
-rw-r--r--assets/site.css (renamed from _includes/site.css)0
6 files changed, 6 insertions, 7 deletions
diff --git a/.jekyll-metadata b/.jekyll-metadata
index 6eeaaf0..8e3c389 100644
--- a/.jekyll-metadata
+++ b/.jekyll-metadata
Binary files differ
diff --git a/_layouts/index.html b/_layouts/index.html
index a9c649b..ed369a4 100644
--- a/_layouts/index.html
+++ b/_layouts/index.html
@@ -9,7 +9,8 @@
9 9
10 <title>{{ page.title }}</title> 10 <title>{{ page.title }}</title>
11 11
12 <style>{% include site.css %}</style> 12 <link rel="stylesheet" href="/assets/highlight.css">
13 <link rel="stylesheet" href="/assets/site.css">
13 14
14 </head> 15 </head>
15 16
diff --git a/_layouts/page.html b/_layouts/page.html
index d9356d1..3c80ab1 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -9,9 +9,8 @@
9 9
10 <title>{{ page.title }}</title> 10 <title>{{ page.title }}</title>
11 11
12 <link rel="stylesheet" href="/assets/css/style.css"> 12 <link rel="stylesheet" href="/assets/highlight.css">
13 13 <link rel="stylesheet" href="/assets/site.css">
14 <style>{% include site.css %}</style>
15 14
16 </head> 15 </head>
17 16
diff --git a/_layouts/post.html b/_layouts/post.html
index f41699e..3c80ab1 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -9,9 +9,8 @@
9 9
10 <title>{{ page.title }}</title> 10 <title>{{ page.title }}</title>
11 11
12 12 <link rel="stylesheet" href="/assets/highlight.css">
13 <style>{% include site.css %}</style> 13 <link rel="stylesheet" href="/assets/site.css">
14 <style>{% include highlight.css %}</style>
15 14
16 </head> 15 </head>
17 16
diff --git a/_includes/highlight.css b/assets/highlight.css
index 009bb21..009bb21 100644
--- a/_includes/highlight.css
+++ b/assets/highlight.css
diff --git a/_includes/site.css b/assets/site.css
index 6c54a11..6c54a11 100644
--- a/_includes/site.css
+++ b/assets/site.css