forked from kevadesu/forgejo
Reduce overhead of upgrades for users with custom stylesheets/JS (#3051)
This commit is contained in:
parent
4947cfb7b0
commit
b0971ae37c
5 changed files with 4 additions and 0 deletions
|
@ -66,5 +66,6 @@
|
|||
<!-- JavaScript -->
|
||||
<script src="{{AppSubUrl}}/vendor/plugins/semantic/semantic.min.js"></script>
|
||||
<script src="{{AppSubUrl}}/js/index.js?v={{MD5 AppVer}}"></script>
|
||||
{{template "custom/footer" .}}
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -122,6 +122,7 @@
|
|||
<meta property="og:url" content="{{AppUrl}}" />
|
||||
<meta property="og:description" content="{{MetaDescription}}">
|
||||
{{end}}
|
||||
{{template "custom/header" .}}
|
||||
</head>
|
||||
<body>
|
||||
<div class="full height">
|
||||
|
|
0
templates/custom/footer.tmpl
Normal file
0
templates/custom/footer.tmpl
Normal file
0
templates/custom/header.tmpl
Normal file
0
templates/custom/header.tmpl
Normal file
Loading…
Add table
Add a link
Reference in a new issue