We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb92e8 commit c813860Copy full SHA for c813860
_includes/copyleft.html
@@ -0,0 +1,2 @@
1
+ <p>Copyleft (ɔ) from 2015-2018 Vim Taiwan CC BY-NC 2.5 TW.</p>
2
+ </div>
_includes/footer.html
@@ -1,5 +1,5 @@
- <p>Copyleft (ɔ) from 2015-2018 Vim Taiwan CC BY-NC 2.5 TW.</p>
- <img src="images/status_bar.png" class="status_bar">
3
- </div>
+ <footer>
+ <div>"vim.html"</div>
+ </footer>
4
</body>
5
</html>
_layouts/default.html
@@ -2,4 +2,6 @@
{{ content }}
+{% include copyleft.html %}
6
+
7
{% include footer.html %}
style.scss
@@ -149,3 +149,9 @@ body {
149
width: 100%;
150
}
151
152
153
+footer {
154
+ position: fixed;
155
+ bottom: 0;
156
+ width: 100%;
157
+}
0 commit comments