Browse Source

增加定制的样式文件

tags/v1.21.7^2
OpenIhu 4 years ago
parent
commit
6147f0a6a7
2 changed files with 3 additions and 1 deletions
  1. +2
    -1
      .gitignore
  2. +1
    -0
      templates/base/head_home.tmpl

+ 2
- 1
.gitignore View File

@@ -96,4 +96,5 @@ prime/
# Make evidence files
/.make_evidence

/templates/home_bak.tmpl
/templates/home_bak.tmpl
/==bak

+ 1
- 0
templates/base/head_home.tmpl View File

@@ -118,6 +118,7 @@
<link rel="preload" as="font" href="{{StaticUrlPrefix}}/fomantic/themes/default/assets/fonts/outline-icons.woff2" type="font/woff2" crossorigin="anonymous">
{{if .RequireSimpleMDE}}
<link rel="stylesheet" href="{{StaticUrlPrefix}}/vendor/plugins/simplemde/simplemde.min.css">
<link rel="stylesheet" href="/css/git.openi.css">
{{end}}

{{if .RequireTribute}}


Loading…
Cancel
Save