Skip to content

Commit f36f00c

Browse files
authored
ADD: theme version in frontend config.
1 parent f417744 commit f36f00c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

layout/_partials/head.swig

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
var CONFIG = {
115115
root: '{{ theme.root }}',
116116
scheme: '{{ theme.scheme }}',
117+
version: '{{ theme.version }}',
117118
sidebar: {{ theme.sidebar | json_encode }},
118119
fancybox: {{ theme.fancybox }},
119120
tabs: {{ theme.tabs.enable }},

0 commit comments

Comments
 (0)