diff options
Diffstat (limited to '_layouts')
-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> |