diff options
author | techknowlogick <techknowlogick@gitea.io> | 2019-12-17 16:34:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-17 16:34:11 -0500 |
commit | 590d56dbb355a499b2f59d9a6ffa4887ea33c96b (patch) | |
tree | 37933f95c29661c80e0ba40751b7e7cf448a32c1 /templates/base | |
parent | 601b0cf4c19ba6e75a8df6a73beb5f58f462ad46 (diff) | |
download | gitea-590d56dbb355a499b2f59d9a6ffa4887ea33c96b.tar.gz gitea-590d56dbb355a499b2f59d9a6ffa4887ea33c96b.zip |
switch to fomantic-ui (#9374)
Diffstat (limited to 'templates/base')
-rw-r--r-- | templates/base/footer.tmpl | 2 | ||||
-rw-r--r-- | templates/base/head.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index 8ecd53557f..de736dcc6c 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -117,7 +117,7 @@ <script src="{{StaticUrlPrefix}}/vendor/plugins/vue/vue.min.js"></script> <!-- JavaScript --> - <script src="{{StaticUrlPrefix}}/vendor/plugins/semantic/semantic.min.js"></script> + <script src="{{StaticUrlPrefix}}/vendor/plugins/fomantic/semantic.min.js?v={{MD5 AppVer}}"></script> <script src="{{StaticUrlPrefix}}/js/index.js?v={{MD5 AppVer}}"></script> {{if .EnableHeatmap}} <script src="{{StaticUrlPrefix}}/vendor/plugins/moment/moment.min.js" charset="utf-8"></script> diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl index 2cc48c632f..b8fb6d29ef 100644 --- a/templates/base/head.tmpl +++ b/templates/base/head.tmpl @@ -100,7 +100,7 @@ {{end}} <!-- Stylesheet --> - <link rel="stylesheet" href="{{StaticUrlPrefix}}/vendor/plugins/semantic/semantic.min.css"> + <link rel="stylesheet" href="{{StaticUrlPrefix}}/vendor/plugins/fomantic/semantic.min.css?v={{MD5 AppVer}}"> <link rel="stylesheet" href="{{StaticUrlPrefix}}/css/index.css?v={{MD5 AppVer}}"> <noscript> <style> |