diff options
author | Santo Cariotti <sancn@live.com> | 2017-07-22 20:52:02 +0200 |
---|---|---|
committer | Santo Cariotti <sancn@live.com> | 2017-07-22 20:52:02 +0200 |
commit | 8a3818317740f01021fc5b8bc3797dace4fa0f95 (patch) | |
tree | 355829d4e32fa38e6ad3f270181e595080fc0de3 /lib | |
parent | d08eb524a9bffea92e1783f2b3bd0596f9eec8cc (diff) |
fixed it
Diffstat (limited to 'lib')
-rw-r--r-- | lib/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/templates/index.html b/lib/templates/index.html index 849195a..9f393f1 100644 --- a/lib/templates/index.html +++ b/lib/templates/index.html @@ -89,6 +89,6 @@ {% endfor %} </section> <footer> - <p>Made with <i class="fa fa-heart"></i> in <a class="fa fa-github" href="https://github.com/dcariotti/Stout"></a></p> + <p>Made with <i class="fa fa-heart"></i> on <a class="fa fa-github" href="https://github.com/dcariotti/Stout"></a></p> </footer> </body> |