all repos — website @ ac9646a38aaa39ca9cb7e0aa2efa370e463abaa0

My website

Use shorter license link text

Alan Pearce
commit

ac9646a38aaa39ca9cb7e0aa2efa370e463abaa0

parent

157662440ae990d9e02085471d742ec49a50e4cb

M templates/404.htmltemplates/404.html
@@ -28,10 +28,10 @@ <h1>404</h1>
<h2>ʕノ•ᴥ•ʔノ ︵ ┻━┻</h2> </main> <footer> - Licensed under a + Licensed under <a rel="license" href="http://creativecommons.org/licenses/by/4.0/" - >Creative Commons Attribution 4.0 International License</a - >. + >CC BY 4.0</a + > </footer> </body> </html>
M templates/homepage.htmltemplates/homepage.html
@@ -54,10 +54,10 @@ </ul>
</section> </main> <footer> - Licensed under a + Licensed under <a rel="license" href="http://creativecommons.org/licenses/by/4.0/" - >Creative Commons Attribution 4.0 International License</a - >. + >CC BY 4.0</a + > </footer> </body> </html>
M templates/list.htmltemplates/list.html
@@ -43,10 +43,10 @@ </li>
</ul> </main> <footer> - Licensed under a + Licensed under <a rel="license" href="http://creativecommons.org/licenses/by/4.0/" - >Creative Commons Attribution 4.0 International License</a - >. + >CC BY 4.0</a + > </footer> </body> </html>
M templates/post.htmltemplates/post.html
@@ -69,10 +69,10 @@ </div>
</article> </main> <footer> - Licensed under a + Licensed under <a rel="license" href="http://creativecommons.org/licenses/by/4.0/" - >Creative Commons Attribution 4.0 International License</a - >. + >CC BY 4.0</a + > </footer> </body> </html>
M templates/tags.htmltemplates/tags.html
@@ -33,10 +33,10 @@ </li>
</ul> </main> <footer> - Licensed under a + Licensed under <a rel="license" href="http://creativecommons.org/licenses/by/4.0/" - >Creative Commons Attribution 4.0 International License</a - >. + >CC BY 4.0</a + > </footer> </body> </html>