This is an automated email from the ASF dual-hosted git repository.

alxndrsn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pouchdb.git


The following commit(s) were added to refs/heads/master by this push:
     new f2b3bf740 docs: remove unused template: social.html (#9145)
f2b3bf740 is described below

commit f2b3bf74047b9b926af25c01a248fe0a802fa81c
Author: Alex Anderson <[email protected]>
AuthorDate: Wed Dec 17 21:12:02 2025 +0300

    docs: remove unused template: social.html (#9145)
    
    Removed in 2014 by 0f168a18e0a61bde85dc799576c893b13ffdccf1
---
 docs/_includes/social.html | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/docs/_includes/social.html b/docs/_includes/social.html
deleted file mode 100644
index 4025e6e0e..000000000
--- a/docs/_includes/social.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{% for author in site.data.authors %}
-  {% if author.name == page.author %}
-    {% capture author_twitter %}@{{ author.twitter }}{% endcapture %}
-  {% endif %}
-{% endfor %}
-<a class='btn btn-github' 
href='https://github.com/daleharvey/pouchdb/tree/master/docs/{{ page.path 
}}'>View on GitHub</a>
-<a class='btn btn-twitter' href="https://twitter.com/intent/tweet?text={{ 
page.title }}: {{ site.host }}{{ site.baseurl }}{{ page.url }} -- @pouchdb {{ 
author_twitter }}">Tweet this article</a>
\ No newline at end of file

Reply via email to