diff options
author | Dedi Purwanto <kecebongsoft@gmail.com> | 2012-11-18 12:03:04 +0800 |
---|---|---|
committer | Dedi Purwanto <kecebongsoft@gmail.com> | 2012-11-18 12:03:04 +0800 |
commit | 67e88ee0a0a46ad0b957a93c923a7b5ea7c4be88 (patch) | |
tree | 9f16b4348c46f655eca6d4172a025c16a0c920d6 /cebong | |
parent | c83075843fc16e14a7be560780be6d9d224be31d (diff) | |
download | pelican-themes-67e88ee0a0a46ad0b957a93c923a7b5ea7c4be88.tar.gz |
Added license and updated theme link
Diffstat (limited to 'cebong')
-rw-r--r-- | cebong/LICENSE.txt | 14 | ||||
-rw-r--r-- | cebong/templates/base.html | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/cebong/LICENSE.txt b/cebong/LICENSE.txt new file mode 100644 index 0000000..5a8e332 --- /dev/null +++ b/cebong/LICENSE.txt @@ -0,0 +1,14 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> + + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. + diff --git a/cebong/templates/base.html b/cebong/templates/base.html index 782a0ca..d4f4eb8 100644 --- a/cebong/templates/base.html +++ b/cebong/templates/base.html @@ -76,7 +76,7 @@ <footer id="contentinfo" class="body"> <address id="about" class="vcard body"> - {{FOOTERTEXT}} Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>. Theme is using <a href="http://github.com/kecebongsoft/pelican-theme-cebong" target="_blank">cebong</a>. + {{FOOTERTEXT}} Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>. Theme is using <a href="http://github.com/getpelican/pelican-themes" target="_blank">cebong</a>. </address><!-- /#about --> </footer><!-- /#contentinfo --> |