migrate to v1.15.0

This commit is contained in:
6543 2021-08-28 19:13:24 +02:00 committed by Gitea
parent fa04fd3c38
commit 1b92aed683
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{{template "base/head" .}} {{template "base/head" .}}
<div id="home" class="home"> <div id="home" class="page-content home">
<div style="margin:auto; width:100%; position: fixed; padding-top:14px"> <div style="margin:auto; width:100%; position: fixed; padding-top:14px">
<canvas id="c"></canvas> <canvas id="c"></canvas>
</div> </div>
<div class="ui stackable middle very relaxed page grid"> <div class="ui stackable middle very relaxed page grid">
<div class="sixteen wide center aligned centered column"> <div class="sixteen wide center aligned centered column">
<div> <div>
<img class="logo" src="{{AppSubUrl}}/img/gitea-lg.png" /> <img class="logo" src="{{AssetUrlPrefix}}/img/logo.png" />
</div> </div>
<div class="hero"> <div class="hero">
<h1 class="ui icon header title"> <h1 class="ui icon header title">
@ -17,5 +17,5 @@
</div> </div>
</div> </div>
</div> </div>
<script src="{{StaticUrlPrefix}}/js/theme-matrix.js"></script> <script src="{{AssetUrlPrefix}}/js/theme-matrix.js"></script>
{{template "base/footer" .}} {{template "base/footer" .}}