diff options
-rw-r--r-- | cl-theme/static/css/style.css | 1 | ||||
-rw-r--r-- | cl-theme/templates/base.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/cl-theme/static/css/style.css b/cl-theme/static/css/style.css index bf088e9..554424e 100644 --- a/cl-theme/static/css/style.css +++ b/cl-theme/static/css/style.css @@ -2,6 +2,7 @@ * bulma css framework (github.com/jgthms | bulma.io) * Author: jeremy thomas * Author: jesus e. + * Version: 1.0.1 * Licensed under MIT (https://github.com/jgthms/bulma/blob/master/LICENSE) */ /* basic formatting changes (mostly to cater for darker colours) */ diff --git a/cl-theme/templates/base.html b/cl-theme/templates/base.html index 35f1a94..27dcf17 100644 --- a/cl-theme/templates/base.html +++ b/cl-theme/templates/base.html @@ -19,7 +19,7 @@ <!-- stylesheets --> <link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/bulma.css"> <link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/hover.css"> - <link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/style.css"> + <link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/style.css?v=1.0.1"> <!-- favicon --> <link rel="icon" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/favicon/cl-favicon-16x16.png" sizes="16x16"> <link rel="icon" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/favicon/cl-favicon-32x32.png" sizes="32x32"> |