|
50 | 50 | <meta name="go-import" content="{{.GoGetImport}} git {{.CloneLink.HTTPS}}">
|
51 | 51 | <meta name="go-source" content="{{.GoGetImport}} _ {{.GoDocDirectory}} {{.GoDocFile}}">
|
52 | 52 | {{end}}
|
53 |
| - |
54 | 53 | <script>
|
55 | 54 | {{SafeJS `/*
|
56 | 55 | @licstart The following is the entire license notice for the
|
|
84 | 83 | for the JavaScript code in this page.
|
85 | 84 | */`}}
|
86 | 85 | </script>
|
87 |
| - |
88 | 86 | <link rel="shortcut icon" href="{{StaticUrlPrefix}}/img/favicon.png" />
|
89 | 87 | <link rel="mask-icon" href="{{StaticUrlPrefix}}/img/gitea-safari.svg" color="#609926">
|
90 |
| - <link rel="preload" href="{{StaticUrlPrefix}}/vendor/assets/font-awesome/css/font-awesome.min.css" as="style" onload="this.rel='stylesheet'"> |
91 |
| - <noscript><link rel="stylesheet" href="{{StaticUrlPrefix}}/vendor/assets/font-awesome/css/font-awesome.min.css"></noscript> |
| 88 | + <link rel="stylesheet" href="{{StaticUrlPrefix}}/vendor/assets/font-awesome/css/font-awesome.min.css"> |
92 | 89 | <link rel="stylesheet" href="{{StaticUrlPrefix}}/vendor/assets/octicons/octicons.min.css">
|
93 |
| - |
| 90 | + <link rel="preload" as="font" href="{{StaticUrlPrefix}}/fomantic/themes/default/assets/fonts/icons.woff2" type="font/woff2"> |
| 91 | + <link rel="preload" as="font" href="{{StaticUrlPrefix}}/fomantic/themes/default/assets/fonts/outline-icons.woff2" type="font/woff2"> |
| 92 | + <link rel="preload" as="font" href="{{StaticUrlPrefix}}/vendor/assets/octicons/octicons.woff2?ef21c39f0ca9b1b5116e5eb7ac5eabe6" type="font/woff2"> |
94 | 93 | {{if .RequireSimpleMDE}}
|
95 | 94 | <link rel="stylesheet" href="{{StaticUrlPrefix}}/vendor/plugins/simplemde/simplemde.min.css">
|
96 | 95 | {{end}}
|
97 | 96 |
|
98 | 97 | {{if .RequireTribute}}
|
99 | 98 | <link rel="stylesheet" href="{{StaticUrlPrefix}}/vendor/plugins/tribute/tribute.css">
|
100 | 99 | {{end}}
|
101 |
| - |
102 |
| - <!-- Stylesheet --> |
103 | 100 | <link rel="stylesheet" href="{{StaticUrlPrefix}}/fomantic/semantic.min.css?v={{MD5 AppVer}}">
|
104 | 101 | <link rel="stylesheet" href="{{StaticUrlPrefix}}/css/index.css?v={{MD5 AppVer}}">
|
105 | 102 | <noscript>
|
|
125 | 122 | <link rel="stylesheet" href="{{StaticUrlPrefix}}/vendor/plugins/vue-calendar-heatmap/vue-calendar-heatmap.css">
|
126 | 123 | {{end}}
|
127 | 124 | <style class="list-search-style"></style>
|
128 |
| - |
129 |
| - <script src="{{StaticUrlPrefix}}/vendor/plugins/cssrelpreload/loadCSS.min.js"></script> |
130 |
| - <script src="{{StaticUrlPrefix}}/vendor/plugins/cssrelpreload/cssrelpreload.min.js"></script> |
131 | 125 | {{if .PageIsUserProfile}}
|
132 | 126 | <meta property="og:title" content="{{.Owner.Name}}" />
|
133 | 127 | <meta property="og:type" content="profile" />
|
|
0 commit comments