diff options
author | Stéphane Caron <stephane.caron@ens.fr> | 2013-03-20 12:16:53 +0100 |
---|---|---|
committer | Stéphane Caron <stephane.caron@ens.fr> | 2013-03-20 12:16:53 +0100 |
commit | cf48c4d51627d08e4177b1487de11dfaa146f7e3 (patch) | |
tree | 3145d7a66f80aa5bc94894e1e87678de020a92ab | |
parent | 5f7c4b6de8de0dc31986dc71b9959d5d44770ed7 (diff) | |
download | pelican-themes-cf48c4d51627d08e4177b1487de11dfaa146f7e3.tar.gz |
powered by pelican footer (personal preference)
-rw-r--r-- | nmnlist/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nmnlist/templates/base.html b/nmnlist/templates/base.html index e2682d5..ccbe1ba 100644 --- a/nmnlist/templates/base.html +++ b/nmnlist/templates/base.html @@ -40,7 +40,7 @@ {% endif %} </ul> </nav> - <p id="theme-credit"><a href="http://mathieu.agopian.info/mnmlist/theme.html">Theme from "mnmlist"</a></p> + <p id="theme-credit">Proudly powered by <a href="http://docs.notmyidea.org/alexis/pelican/">pelican</a></p> </footer> {% include 'analytics.html' %} |