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/templates/base.html | |
parent | c83075843fc16e14a7be560780be6d9d224be31d (diff) | |
download | pelican-themes-67e88ee0a0a46ad0b957a93c923a7b5ea7c4be88.tar.gz |
Added license and updated theme link
Diffstat (limited to 'cebong/templates/base.html')
-rw-r--r-- | cebong/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 --> |