1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

update tmpl

This commit is contained in:
slene
2014-03-15 20:40:26 +08:00
parent a33d03f008
commit 0791d01513
5 changed files with 42 additions and 4 deletions

View File

@@ -5,5 +5,15 @@
initUserSetting();{{end}}
});
</script>
<div class="wrapper-push"></div>
</div>
<footer id="footer">
<div class="container footer-wrap">
<p>
© 2014 Gogs. ver {{AppVer}}. <a target="_blank" href="https://github.com/gogits/gogs">GitHub</a>
</p>
<p class="desc"></p>
</div>
</footer>
</body>
</html>

View File

@@ -19,4 +19,5 @@
<title>{{if .Title}}{{.Title}} - {{end}}{{AppName}}</title>
</head>
<body>
<div id="wrapper">
<noscript>Please enable JavaScript in your browser!</noscript>

View File

@@ -1,4 +1,4 @@
<div class="gogs-masthead navbar navbar-fixed-top" id="masthead">
<div class="gogs-masthead navbar" id="masthead">
<div class="container">
<nav class="gogs-nav">
<a id="gogs-nav-logo" class="gogs-nav-item{{if .PageIsHome}} active{{end}}" href="/"><img src="/img/favicon.png" alt="Gogs Logo" id="gogs-logo"></a>