diff options
| author | Alee <alee14498@gmail.com> | 2018-11-02 16:31:30 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-11-02 16:31:30 -0400 |
| commit | 9963b601901f3886b050cb1ce5d46d40b83bfc17 (patch) | |
| tree | f54c48461a550757adcbaa5858d4a5e4255f4b3a /_includes/footer.html | |
| parent | b26d7625361c22ce4911a4ca3b1d5e21b597b622 (diff) | |
| download | silicon-linux-9963b601901f3886b050cb1ce5d46d40b83bfc17.tar.gz silicon-linux-9963b601901f3886b050cb1ce5d46d40b83bfc17.tar.bz2 silicon-linux-9963b601901f3886b050cb1ce5d46d40b83bfc17.zip | |
Navigator bar and footer is now module
Diffstat (limited to '_includes/footer.html')
| -rw-r--r-- | _includes/footer.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..bbb0801 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,3 @@ +<div class="footer"> + <p>© Copyright 2018, Silicon Linux Development Group. <a href="https://github.com/silicon-linux/silicon-linux.github.io/issues">Report a bug.</a></p> +</div> |
