diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-09 14:59:35 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-07-09 14:59:35 -0700 |
commit | ef4b513cdd6d6fdf1d747720dd56f8c39bfedab9 (patch) | |
tree | 622b6a0f35f29f8cbcc7dc15b36080e4497081e2 /_layouts/default.html | |
parent | 50308831b3e33526a2e672c26765bb02856a3e92 (diff) | |
download | kau-ef4b513cdd6d6fdf1d747720dd56f8c39bfedab9.tar.gz kau-ef4b513cdd6d6fdf1d747720dd56f8c39bfedab9.tar.bz2 kau-ef4b513cdd6d6fdf1d747720dd56f8c39bfedab9.zip |
KAU icon
Diffstat (limited to '_layouts/default.html')
-rw-r--r-- | _layouts/default.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 1290f63..657636b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -15,6 +15,7 @@ <body> <div class="wrapper"> <header> + <a href="{{ site.github.url }}"><img src="../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> |