💄 更新 LOGO

This commit is contained in:
naiba
2021-08-04 13:35:41 +08:00
parent e11105b4be
commit 8de07b65fa
16 changed files with 31 additions and 17 deletions

View File

@@ -10,7 +10,7 @@
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/semantic-ui@2.4.1/dist/semantic.min.css">
<link rel="stylesheet" type="text/css" href="/static/semantic-ui-alerts.min.css">
<link rel="stylesheet" type="text/css" href="/static/main.css?v202107161357">
<link rel="shortcut icon" type="image/png" href="/static/logo.png?v20210320" />
<link rel="shortcut icon" type="image/png" href="/static/logo.svg?v20210804" />
</head>
<body>

View File

@@ -2,7 +2,7 @@
<div class="ui large top fixed menu nb-menu">
<div class="ui container">
<div class="item">
<img src="/static/logo.png?v20210320">
<img src="/static/logo.svg?v20210804">
</div>
{{if .IsAdminPage}}
<a class='item{{if eq .MatchedPath "/server"}} active{{end}}' href="/server"><i class="server icon"></i>资产</a>