From 6e27d3e392e436ac1e5ce8949a4ea16f365c0a40 Mon Sep 17 00:00:00 2001 From: giongto35 Date: Sat, 21 Sep 2019 05:29:47 +0800 Subject: [PATCH] Update customize --- _layouts/default.html | 64 +++++++++++++++++++++++++++++++------------ css/main.css | 3 ++ index.html | 1 - 3 files changed, 50 insertions(+), 18 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index e16b59b7..600d3ddb 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,18 +1,48 @@ - - - {{ page.title }} - - - - - {{ content }} - - - - + + + + {% if site.google_analytics %} + + + {% endif %} + + +{% seo %} + + + + + + + Skip to the content. + + + +
+ {{ content }} + + +
+ + diff --git a/css/main.css b/css/main.css index a3527015..48159834 100644 --- a/css/main.css +++ b/css/main.css @@ -1,3 +1,6 @@ +-- +-- + @import "{{ site.theme }}"; body { margin: 60px auto; diff --git a/index.html b/index.html index 4dbff95f..8cd1a990 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,6 @@ layout: default title: Cloud Retro --- -@import "{{ site.theme }}";

Cloud Retro