Add link to home on site header
This commit is contained in:
parent
9b72a447fd
commit
9f79ce6210
|
@ -1,7 +1,6 @@
|
|||
# graffen.github.io
|
||||
|
||||
Just my personal little homepage with info about how to get in touch.
|
||||
|
||||
Just my personal little homepage with info about how to get in touch.
|
||||
Built with [Jekyll][jekyll]
|
||||
|
||||
[jekyll]: https://jekyllrb.com
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<header>
|
||||
<div class="container">
|
||||
<h1>{{ site.title }}</h1>
|
||||
<h1><a href="/">{{ site.title }}</a></h1>
|
||||
<h2>{{ site.description }}</h2>
|
||||
<section id="tor-url">
|
||||
* This site is also available as a Tor hidden service: <a href="http://graffenteqk3od63.onion">http://graffenteqk3od63.onion</a>
|
||||
|
|
Loading…
Reference in a new issue