all repos — homestead @ 47731b3925fc62e0fa31c79075c88f589f61e3eb

Code for my website

Add link to site {source, license} to footer

Alan Pearce
commit

47731b3925fc62e0fa31c79075c88f589f61e3eb

parent

1ed8f24aaa4a6d81eea4d741e7f90f4e0fec4774

M templates/404.htmltemplates/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.htmltemplates/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.htmltemplates/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.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>
M templates/tags.htmltemplates/tags.html
@@ -33,10 +33,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>