all repos — website @ f87882e8d138d570c73c85a08821c64882ca658d

My website

Add link to site {source, license} to footer

Alan Pearce
commit

f87882e8d138d570c73c85a08821c64882ca658d

parent

b27825139e77cd8c527ada7c712f186c94444c04

1 file changed, 3 insertions(+), 2 deletions(-)

changed files
M templates/post.htmltemplates/post.html
@@ -69,10 +69,11 @@ </div>
</article> </main> <footer> - Licensed under + Content is <a rel="license" href="http://creativecommons.org/licenses/by/4.0/" >CC BY 4.0</a - > + >. <a href="https://git.alanpearce.eu/website/">Site source code</a> is + <a href="https://opensource.org/licenses/MIT">MIT</a> </footer> </body> </html>