From 412fe5525257e08b0b8d08059a8380b8ba4158a8 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Thu, 25 Apr 2019 20:58:20 -0700 Subject: Update favicon --- _layouts/default.html | 48 +++++++++++++++++++++++++++++------------------- 1 file changed, 29 insertions(+), 19 deletions(-) (limited to '_layouts') diff --git a/_layouts/default.html b/_layouts/default.html index 6868eca..3e0ff03 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,22 +1,34 @@ - - - + + + - - - {{ site.title | default: site.github.repository_name }} by {{ site.github.owner_name }} + + + - - + {% seo %} + + + + + + + + + + + + +
KAU - +

{{ site.description | default: site.github.project_tagline }}

{% if page.url == '/core/' or @@ -60,18 +72,16 @@
- - {% if site.google_analytics %} + ga('create', '{{ site.google_analytics }}', 'auto'); + ga('send', 'pageview'); + {% endif %} \ No newline at end of file -- cgit v1.2.3