summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorslene <vslene@gmail.com>2014-03-15 20:40:26 +0800
committerslene <vslene@gmail.com>2014-03-15 20:40:26 +0800
commit0791d01513b0d06f8c369df36f31eedd0fbc9619 (patch)
tree6af398b5aba6e90cccc9165dcc25e7a697a50891 /templates
parenta33d03f008df3af4db481d6c207588d99d48ea50 (diff)
downloadgitea-0791d01513b0d06f8c369df36f31eedd0fbc9619.tar.gz
gitea-0791d01513b0d06f8c369df36f31eedd0fbc9619.zip
update tmpl
Diffstat (limited to 'templates')
-rw-r--r--templates/base/footer.tmpl10
-rw-r--r--templates/base/head.tmpl1
-rw-r--r--templates/base/navbar.tmpl2
3 files changed, 12 insertions, 1 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl
index a2131a9532..0f17c5ea64 100644
--- a/templates/base/footer.tmpl
+++ b/templates/base/footer.tmpl
@@ -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> \ No newline at end of file
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl
index e881e7f56d..715f54efdb 100644
--- a/templates/base/head.tmpl
+++ b/templates/base/head.tmpl
@@ -19,4 +19,5 @@
<title>{{if .Title}}{{.Title}} - {{end}}{{AppName}}</title>
</head>
<body>
+ <div id="wrapper">
<noscript>Please enable JavaScript in your browser!</noscript> \ No newline at end of file
diff --git a/templates/base/navbar.tmpl b/templates/base/navbar.tmpl
index 9d5cc07bd3..3fe0c1147a 100644
--- a/templates/base/navbar.tmpl
+++ b/templates/base/navbar.tmpl
@@ -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>