Move CSS to avoid cache issues

This commit is contained in:
mDuo13
2020-09-30 06:00:13 -07:00
parent bf4180ad52
commit 29a3a706e5
3 changed files with 1 additions and 1 deletions

View File

@@ -32,7 +32,7 @@
{% if target.lang=="ja" %}
<link href="{{currentpage.prefix}}assets/css/fonts-ja.css" rel="stylesheet" />
{% endif %}
<link href="{{currentpage.prefix}}assets/css/devportal.css" rel="stylesheet" />
<link href="{{currentpage.prefix}}assets/css/devportal2020.css" rel="stylesheet" />
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-45576805-2"></script>