diff options
| author | Alee <Alee14498@gmail.com> | 2019-04-05 20:15:53 -0400 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-04-05 20:15:53 -0400 |
| commit | b9c3946dab30a097cd5390e019e42a8a99116587 (patch) | |
| tree | f1b1448baddf6ba5f8ef50bce9609a65854aa138 /_includes/footer.html | |
| parent | aadc05c21ba13f4aa8a5629d032878dba661d105 (diff) | |
| download | silicon-linux-b9c3946dab30a097cd5390e019e42a8a99116587.tar.gz silicon-linux-b9c3946dab30a097cd5390e019e42a8a99116587.tar.bz2 silicon-linux-b9c3946dab30a097cd5390e019e42a8a99116587.zip | |
Added improvement; Blog will be added later.
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..47e5456 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,3 @@ +<div class="footer w-100 d-flex flex-column justify-content-center"> + <p class="text-center">© Copyright 2018-2019, Silicon Linux Development Group. <a href="https://github.com/silicon-linux/silicon-linux.github.io/issues" class="text-white">Report a bug.</a></p> + </div>
\ No newline at end of file |
