diff options
author | Chris Howie <me@chrishowie.com> | 2013-06-21 16:06:25 +0000 |
---|---|---|
committer | Chris Howie <me@chrishowie.com> | 2013-06-21 16:06:25 +0000 |
commit | 889e642a29b182c9fffbf8e8f1c1813b0819c887 (patch) | |
tree | dae01792a6e1a48bab15ad42937a17000182455a /gum/templates | |
parent | f160085e5290b3d937925a921d7891382619e59e (diff) | |
download | pelican-themes-889e642a29b182c9fffbf8e8f1c1813b0819c887.tar.gz |
Add syntax highlighting for Gum theme
Diffstat (limited to 'gum/templates')
-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> |