diff options
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/default.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 |