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

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 0c687de  Add GitHub star and Twitter follow buttons (#69)
0c687de is described below

commit 0c687dee8201eb4c0fc5c21c4bb2606a880ea6b3
Author: Wes McKinney <w...@users.noreply.github.com>
AuthorDate: Sun Aug 2 16:35:18 2020 -0500

    Add GitHub star and Twitter follow buttons (#69)
---
 _layouts/home.html | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/_layouts/home.html b/_layouts/home.html
index c58651f..f6f49ea 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -8,6 +8,8 @@
     <div class="container px-4 py-5 centered">
       <img src="{{ site.baseurl }}/img/arrow-inverse.png" style="max-width: 
70%;"/>
       <p class="lead">A cross-language development platform for in-memory 
analytics</p>
+      <!-- Place this tag where you want the button to render. -->
+      <a class="github-button" href="https://github.com/apache/arrow"; 
data-size="large" data-show-count="true" aria-label="Star apache/arrow on 
GitHub">Star</a> <a href="https://twitter.com/ApacheArrow?ref_src=twsrc%5Etfw"; 
class="twitter-follow-button" data-show-count="true">Follow 
@ApacheArrow</a><script async src="https://platform.twitter.com/widgets.js"; 
charset="utf-8"></script>
     </div>
   </div>
   <div class="container p-4 pt-5">
@@ -17,5 +19,7 @@
 
     {% include footer.html %}
   </div>
+<!-- Place this tag in your head or just before your close body tag. -->
+<script async defer src="https://buttons.github.io/buttons.js";></script>
 </body>
 </html>

Reply via email to