diff options
author | Alan Pearce | 2024-04-24 19:15:17 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-24 19:15:17 +0200 |
commit | ac9646a38aaa39ca9cb7e0aa2efa370e463abaa0 (patch) | |
tree | 0ac5f33b19825aa008a7c5e59515dce6f145040d /templates/post.html | |
parent | 157662440ae990d9e02085471d742ec49a50e4cb (diff) | |
download | website-ac9646a38aaa39ca9cb7e0aa2efa370e463abaa0.tar.lz website-ac9646a38aaa39ca9cb7e0aa2efa370e463abaa0.tar.zst website-ac9646a38aaa39ca9cb7e0aa2efa370e463abaa0.zip |
Use shorter license link text
Diffstat (limited to 'templates/post.html')
-rw-r--r-- | templates/post.html | 6 |
1 files changed, 3 insertions, 3 deletions
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> |