diff options
Diffstat (limited to 'cebong/templates')
-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 --> |