[Add] Create About, Contact Us, Privacy Policy, and Terms & Conditions pages
This commit is contained in:
@@ -63,9 +63,11 @@
|
||||
<footer class="site-footer">
|
||||
{% if site.github.is_project_page %}
|
||||
<!-- <span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span> -->
|
||||
<span class="site-footer-owner">Made with ❤️ by <a href="{{ site.github.owner_url }}" target="_blank">Nirav Kanani</a></span>
|
||||
<span class="site-footer-owner">Made with ❤️ by <a href="{{ site.github.owner_url }}" target="_blank">Nirav Kanani</a> |
|
||||
<a href="/privacy-policy/">Privacy Policy</a> |
|
||||
<a href="/terms-and-conditions/">Terms & Conditions</a> |
|
||||
<a href="/contact-us/">Contact Us</a></span>
|
||||
{% endif %}
|
||||
<!-- <span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span> -->
|
||||
</footer>
|
||||
<script type="text/javascript">
|
||||
window.addEventListener('load', function () {
|
||||
|
||||
Reference in New Issue
Block a user