refactor: 修改base.html
This commit is contained in:
@@ -8,10 +8,10 @@
|
|||||||
<meta name="description" content="{$basic_config['website_seo_description']['value']}" />
|
<meta name="description" content="{$basic_config['website_seo_description']['value']}" />
|
||||||
{/block}
|
{/block}
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="stylesheet" type="text/css" href="static/index/css/public.css" />
|
<link rel="stylesheet" type="text/css" href="/static/index/css/public.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="static/index/css/fonts.css" />
|
<link rel="stylesheet" type="text/css" href="/static/index/css/fonts.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="static/index/css/orico_header.css" />
|
<link rel="stylesheet" type="text/css" href="/static/index/css/orico_header.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="static/index/css/orico_footer.css" />
|
<link rel="stylesheet" type="text/css" href="/static/index/css/orico_footer.css" />
|
||||||
{block name="style"}{/block}
|
{block name="style"}{/block}
|
||||||
<link rel="stylesheet" href="https://unpkg.com/swiper@9/swiper-bundle.min.css">
|
<link rel="stylesheet" href="https://unpkg.com/swiper@9/swiper-bundle.min.css">
|
||||||
<script type="text/javascript" src='https://code.jquery.com/jquery-3.6.0.min.js'></script>
|
<script type="text/javascript" src='https://code.jquery.com/jquery-3.6.0.min.js'></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user