diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html index c9d0cea..a740ef7 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,6 +1,5 @@ {% extends "base.html" %} {% block body %} <h1>Archive</h1> -<p>Opinions are (hopefully) my own.</p> {% set notes_section = get_section(path="notes/_index.md") %} <h2>{{notes_section.title}}</h2> @@ -14,7 +13,7 @@ {% set photos_section = get_section(path="photos/_index.md") %} <h2>{{photos_section.title}}</h2> {{ photos_section.content | safe}} -<a href="{{ photos_section.permalink | safe }}">Check them out</a> +<a href="{{ photos_section.permalink | safe }}">Check it out</a> <h2>Links</h2> <ul> @@ -23,6 +22,6 @@ </ul> <footer> <hr /> - <p class="center"><small>Feedback, thoughts or patches? <a href="mailto:nikolas@boutalas.com">Send me an email</a></small></p> + <p class="center"><small>Feedback or patch? <a href="mailto:nikolas@boutalas.com">Don't send me an email</a></small></p> </footer> {% endblock body %} |