diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-11-09 15:45:48 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-11-09 15:45:48 -0500 |
| commit | e92bad1fca8a2b6290af5dc73746f1acc72cfaf0 (patch) | |
| tree | 216e4b3756ff4cf74c1c3b69c7246447c1b512a7 /views/includes/footer.ejs | |
| parent | 7e6bb45d42517833be78a058dfd803f90cc7bd19 (diff) | |
| download | alp-website-e92bad1fca8a2b6290af5dc73746f1acc72cfaf0.tar.gz alp-website-e92bad1fca8a2b6290af5dc73746f1acc72cfaf0.tar.bz2 alp-website-e92bad1fca8a2b6290af5dc73746f1acc72cfaf0.zip | |
Porting the website to jekyll....
Diffstat (limited to 'views/includes/footer.ejs')
| -rw-r--r-- | views/includes/footer.ejs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/views/includes/footer.ejs b/views/includes/footer.ejs deleted file mode 100644 index a26d20f..0000000 --- a/views/includes/footer.ejs +++ /dev/null @@ -1,9 +0,0 @@ -<footer class="page-footer mt-5 font-small green"> - <div class="footer-copyright text-center py-3">© Copyright 2016-2019, Alee Productions Inc. Licensed with <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPL-3.0</a> and view <a href="/about#credits">credits</a> to see how this website is built.</div> -</footer> -<div class="alert alert-warning fixed-bottom m-0 alert-dismissible fade show" role="alert"> - Please note that this website is under active development and bugs may occur.<br>If there's any, report it to the <a href="https://github.com/aleeproductions/website">GitHub</a> repo. - <button type="button" class="close" data-dismiss="alert" aria-label="Close"> - <span aria-hidden="true">×</span> - </button> -</div>
\ No newline at end of file |
