|
80 | 80 | {% endif %} |
81 | 81 | <link href="{{ font_awesome_uri }}" rel="stylesheet" type="text/css" /> |
82 | 82 |
|
83 | | -<link href="{{ url_for(theme.css) }}/main.css?v={{ theme.version }}" rel="stylesheet" type="text/css" /> |
| 83 | +<link href="{{ url_for(theme.css) }}/main.css?v={{ version }}" rel="stylesheet" type="text/css" /> |
84 | 84 |
|
85 | 85 | {% if theme.favicon.apple_touch_icon %} |
86 | | - <link rel="apple-touch-icon" sizes="180x180" href="{{ url_for(theme.favicon.apple_touch_icon) }}?v={{ theme.version }}"> |
| 86 | + <link rel="apple-touch-icon" sizes="180x180" href="{{ url_for(theme.favicon.apple_touch_icon) }}?v={{ version }}"> |
87 | 87 | {% endif %} |
88 | 88 | {% if theme.favicon.medium %} |
89 | | - <link rel="icon" type="image/png" sizes="32x32" href="{{ url_for(theme.favicon.medium) }}?v={{ theme.version }}"> |
| 89 | + <link rel="icon" type="image/png" sizes="32x32" href="{{ url_for(theme.favicon.medium) }}?v={{ version }}"> |
90 | 90 | {% endif %} |
91 | 91 | {% if theme.favicon.small %} |
92 | | - <link rel="icon" type="image/png" sizes="16x16" href="{{ url_for(theme.favicon.small) }}?v={{ theme.version }}"> |
| 92 | + <link rel="icon" type="image/png" sizes="16x16" href="{{ url_for(theme.favicon.small) }}?v={{ version }}"> |
93 | 93 | {% endif %} |
94 | 94 | {% if theme.favicon.safari_pinned_tab %} |
95 | | - <link rel="mask-icon" href="{{ url_for(theme.favicon.safari_pinned_tab) }}?v={{ theme.version }}" color="{{ theme.android_chrome_color }}"> |
| 95 | + <link rel="mask-icon" href="{{ url_for(theme.favicon.safari_pinned_tab) }}?v={{ version }}" color="{{ theme.android_chrome_color }}"> |
96 | 96 | {% endif %} |
97 | 97 | {% if theme.favicon.android_manifest %} |
98 | 98 | <link rel="manifest" href="{{ url_for(theme.favicon.android_manifest) }}"> |
|
114 | 114 | var CONFIG = { |
115 | 115 | root: '{{ theme.root }}', |
116 | 116 | scheme: '{{ theme.scheme }}', |
117 | | - version: '{{ theme.version }}', |
| 117 | + version: '{{ version }}', |
118 | 118 | sidebar: {{ theme.sidebar | json_encode }}, |
119 | 119 | fancybox: {{ theme.fancybox }}, |
120 | 120 | fastclick: {{ theme.fastclick }}, |
|
0 commit comments