diff options
Diffstat (limited to '_layouts/default.html')
-rw-r--r-- | _layouts/default.html | 2 |
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> |