From 1a7e98a629ccc244b047a6e4858e87bb170047ae Mon Sep 17 00:00:00 2001 From: Jed Barber <jjbarber@y7mail.com> Date: Mon, 7 Aug 2017 15:21:58 +1000 Subject: Git repo links more accessible --- project/templates/sunset.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'project/templates/sunset.html') diff --git a/project/templates/sunset.html b/project/templates/sunset.html index 01420d5..424907c 100644 --- a/project/templates/sunset.html +++ b/project/templates/sunset.html @@ -10,6 +10,9 @@ {% block content %} <h4>Sunset License</h4> + +<p>Git repository: <a href="/cgit/cgit.cgi/sunset.git/">Link</a></p> + <h5>29/6/2017</h5> <p>Software licenses bother me. As a general rule I prefer to make my projects open source, @@ -53,10 +56,8 @@ may do whatever you want with it, regardless of all other clauses. </pre> </div> -<p>The license file, accompanying detailed rationale, and a simple logo I threw together can -all be found in <a href="/cgit/cgit.cgi/sunset.git/" target="_blank">this</a> repo.</p> - -<p>In the future, all my projects will either use this license or the Unlicense. Works I've +<p>The git repository also contains an accompanying rationale and a simple logo I threw together. +In the future, all my projects will either use this license or the Unlicense. Works I've already created will be relicensed as appropriate.</p> {% endblock %} -- cgit