aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-07-09 15:03:21 -0700
committerAllan Wang <me@allanwang.ca>2017-07-09 15:03:21 -0700
commit0f87ca49a1b4c06b76e6625aff2e73ef0fb0a232 (patch)
tree845a9a04bc433c739389897fefebc524b812767c /_layouts
parenta9a2386031592f70be6ce86ac0494fedbe6cc9cb (diff)
downloadkau-0f87ca49a1b4c06b76e6625aff2e73ef0fb0a232.tar.gz
kau-0f87ca49a1b4c06b76e6625aff2e73ef0fb0a232.tar.bz2
kau-0f87ca49a1b4c06b76e6625aff2e73ef0fb0a232.zip
Try kau again
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 657636b..0c5cc28 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -15,7 +15,7 @@
<body>
<div class="wrapper">
<header>
- <a href="{{ site.github.url }}"><img src="../files/logo.svg" alt="KAU" /></a>
+ <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>
<p>{{ site.description | default: site.github.project_tagline }}</p>