aboutsummaryrefslogtreecommitdiff
path: root/_includes/footer.html
diff options
context:
space:
mode:
authorBradley Taunt <brad@serpapi.com>2024-06-13 14:57:38 -0400
committerBradley Taunt <brad@serpapi.com>2024-06-13 14:57:38 -0400
commit26c7db12364e8eba08e2f8e85bb534ed735a0be8 (patch)
tree0e1d2f6e2456ca2266993eef72881057ee5b3dd9 /_includes/footer.html
parenta134c38317e808d6535af990cc505dab1bc7bbfe (diff)
Major overhaul and cleanups
Diffstat (limited to '_includes/footer.html')
-rw-r--r--_includes/footer.html31
1 files changed, 2 insertions, 29 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index f4a8002..9d0af9d 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,30 +1,3 @@
-<footer class="site-footer h-card">
- <data class="u-url" href="{{ "/" | relative_url }}"></data>
-
- <div class="wrapper">
-
- <div class="footer-col-wrapper">
- <div class="footer-col">
- {%- if site.author %}
- <ul class="contact-list">
- {% if site.author.name -%}
- <li class="p-name">{{ site.author.name | escape }}</li>
- {% endif -%}
- {% if site.author.email -%}
- <li><a class="u-email" href="mailto:{{ site.author.email }}">{{ site.author.email }}</a></li>
- {%- endif %}
- </ul>
- {%- endif %}
- </div>
- <div class="footer-col">
- <p>{{ site.description | escape }}</p>
- </div>
- </div>
-
- <div class="social-links">
- {%- include social.html -%}
- </div>
-
- </div>
-
+<footer>
+ <p>This is my footer. There are many like it but this is mine.</p>
</footer>