Add link to site {source, license} to footer
Alan Pearce alan@alanpearce.eu
Thu, 25 Apr 2024 02:10:13 +0200
5 files changed, 15 insertions(+), 10 deletions(-)
M templates/404.html → templates/404.html
@@ -28,10 +28,11 @@ <h1>404</h1> <h2>ʕノ•ᴥ•ʔノ ︵ ┻━┻</h2> </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>
M templates/homepage.html → templates/homepage.html
@@ -54,10 +54,11 @@ </ul> </section> </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>
M templates/list.html → templates/list.html
@@ -43,10 +43,11 @@ </li> </ul> </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>
M templates/post.html → templates/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>