diff options
author | bnewbold <bnewbold@ziggy.(none)> | 2009-10-12 22:41:10 -0400 |
---|---|---|
committer | bnewbold <bnewbold@ziggy.(none)> | 2009-10-12 22:41:10 -0400 |
commit | c2c7d769c6491e22b819f6f08b67734599cf73c3 (patch) | |
tree | 1fe25088fbf0a960cb0910e8117cec090927d59e /bn_django | |
parent | 1ffdd4a67a73c6c5e7b1f3d4c6be94b21c9349b5 (diff) | |
download | bnewnet-c2c7d769c6491e22b819f6f08b67734599cf73c3.tar.gz bnewnet-c2c7d769c6491e22b819f6f08b67734599cf73c3.zip |
need wiki style on frontpage
Diffstat (limited to 'bn_django')
-rw-r--r-- | bn_django/templates/frontpage.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bn_django/templates/frontpage.html b/bn_django/templates/frontpage.html index ebeb344..cc7da8b 100644 --- a/bn_django/templates/frontpage.html +++ b/bn_django/templates/frontpage.html @@ -5,6 +5,8 @@ <link rel="openid.delegate" href="http://bnewbold.myopenid.com" /> <meta http-equiv="X-XRDS-Location" content="http://bnewbold.myopenid.com/xrds" /> +<link rel="STYLESHEET" type="text/css" href="/static/style/git_wiki.css" /> + {{ block.super }}{% endblock %} {% block path %}{% endblock %} |