diff options
-rw-r--r-- | templates/404.html | 6 | ||||
-rw-r--r-- | templates/homepage.html | 6 | ||||
-rw-r--r-- | templates/list.html | 6 | ||||
-rw-r--r-- | templates/post.html | 6 | ||||
-rw-r--r-- | templates/tags.html | 6 |
5 files changed, 15 insertions, 15 deletions
diff --git a/templates/404.html b/templates/404.html index 4e64fcc..1d544f8 100644 --- a/templates/404.html +++ b/templates/404.html @@ -28,10 +28,10 @@ <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> diff --git a/templates/homepage.html b/templates/homepage.html index 164607d..a1f21e7 100644 --- a/templates/homepage.html +++ b/templates/homepage.html @@ -54,10 +54,10 @@ </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> diff --git a/templates/list.html b/templates/list.html index b958239..58b6b50 100644 --- a/templates/list.html +++ b/templates/list.html @@ -43,10 +43,10 @@ </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> diff --git a/templates/post.html b/templates/post.html index d749104..5efd45f 100644 --- a/templates/post.html +++ b/templates/post.html @@ -69,10 +69,10 @@ foo=bar </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> diff --git a/templates/tags.html b/templates/tags.html index f05a651..b9e21a6 100644 --- a/templates/tags.html +++ b/templates/tags.html @@ -33,10 +33,10 @@ </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> |