pyratelog

personal blog
git clone git://git.pyratebeard.net/pyratelog.git
Log | Files | Refs | README

commit 25921670addfebf2f5df613001a760544bc18f10
parent 6563509c485148be0153c2de6bc10cc1d1716c30
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu, 28 Jan 2021 21:36:51 +0000

add cc license

Diffstat:
Mpost_template.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/post_template.html b/post_template.html @@ -15,7 +15,7 @@ $body$ </div> <footer> <p><a class="footer" href="/">EOF</a></p> -<p><a href="https://pyratebeard.net">who</a> :: <a href="https://log.pyratebeard.net">log</a> :: <a href="https://git.pyratebeard.net">git</a> :: <a class="dead">rss</a></p> +<p><a href="https://pyratebeard.net">who</a> :: <a href="https://log.pyratebeard.net">log</a> :: <a href="https://git.pyratebeard.net">git</a> :: <a class="dead">rss</a> :: <a href="https://creativecommons.org/licenses/by-sa/4.0/">cc by-sa 4.0</a></p> </footer </body> </html>