diff options
Diffstat (limited to 'home.html')
| -rw-r--r-- | home.html | 8 | 
1 files changed, 5 insertions, 3 deletions
| @@ -21,7 +21,7 @@ learn the ins and outs of hosting your own, click  <a href="/site/about/whereami.html">here</a>.  </p> -<p>Otherwise, check out the folders in the navbar above</p> +<p>Otherwise, check out and explore the folders in the navbar above</p>  <p><small>(the 'z' is silent by the way if you want to say it right... like a      true Frenchman)</small></p> @@ -45,10 +45,12 @@ learn the ins and outs of hosting your own, click      <a href="https://github.com/mjfernez" target="_blank" rel="noopener noreferrer"><img         src="/static/github.svg" /></a>      <br> -    My github repo is also cloned locally at +    Most of what I'm working on (including this site) is kept at       <a href="https://git.mjfer.net" target="_blank" rel="noopener noreferrer">          git://git.mjfer.net</a> -    so you don't require any non-free JS to access it. +    so you don't require any non-free JS to access it at github.  +    Use git:// to clone, I couldn't figure out HTTPS with cgit. Besides, git is +    faster.  </center>  {% endblock %} | 
