diff options
Diffstat (limited to 'gum/templates/base.html')
-rw-r--r-- | gum/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gum/templates/base.html b/gum/templates/base.html index e3f89db..61a38d1 100644 --- a/gum/templates/base.html +++ b/gum/templates/base.html @@ -36,6 +36,7 @@ <link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/gumby.css" /> <link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/style.css" /> + <link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/pygment.css" /> <script src="{{ SITEURL }}/theme/js/libs/modernizr-2.6.2.min.js"></script> |