aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-07-09 15:20:16 -0700
committerAllan Wang <me@allanwang.ca>2017-07-09 15:20:16 -0700
commit8c186f994fec4166b9dfadb71e6453a21ebccfd8 (patch)
treeb495dfe18ef3e1120fb886fd5e285c14542d36fe
parent0f87ca49a1b4c06b76e6625aff2e73ef0fb0a232 (diff)
downloadkau-8c186f994fec4166b9dfadb71e6453a21ebccfd8.tar.gz
kau-8c186f994fec4166b9dfadb71e6453a21ebccfd8.tar.bz2
kau-8c186f994fec4166b9dfadb71e6453a21ebccfd8.zip
Try svg once more
-rw-r--r--README.md2
-rw-r--r--_layouts/default.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index d1de5c8..b5bce8f 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-<img src="https://raw.githubusercontent.com/AllanWang/KAU/master/files/logo.svg" alt="KAU" />
+<img src="https://cdn.rawgit.com/AllanWang/KAU/master/files/logo.svg" alt="KAU" width="30%"/>
Kotlin Android Utils
diff --git a/_layouts/default.html b/_layouts/default.html
index 0c5cc28..0bec489 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -15,8 +15,8 @@
<body>
<div class="wrapper">
<header>
- <a href="{{ site.github.url }}"><img src="https://raw.githubusercontent.com/AllanWang/KAU/master/files/logo.svg" alt="KAU" /></a>
- <h1><a href="{{ site.github.url }}">{{ site.title | default: site.github.repository_name }}</a></h1>
+ <a href="{{ site.github.url }}"><img src="https://cdn.rawgit.com/AllanWang/KAU/master/files/logo.svg" alt="KAU" width="30%"/></a>
+ <!--<h1><a href="{{ site.github.url }}">{{ site.title | default: site.github.repository_name }}</a></h1>-->
<p>{{ site.description | default: site.github.project_tagline }}</p>
{% if page.url == '/core/' or