Kaynağa Gözat

Add github star button below posts as a primary CTA

Kevin van Zonneveld 6 yıl önce
ebeveyn
işleme
1402be5416
1 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  1. 4 1
      website/themes/uppy/layout/post.ejs

+ 4 - 1
website/themes/uppy/layout/post.ejs

@@ -59,6 +59,9 @@
         </div>
         </div>
     <% } %>
     <% } %>
   <br />
   <br />
-  <br />
+    <ul class="Social">
+        <li><iframe src="https://ghbtns.com/github-btn.html?user=transloadit&repo=uppy&type=watch&count=true"
+                allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe></li>
+    </ul>
   <%- partial('partials/comments') %>
   <%- partial('partials/comments') %>
 </div>
 </div>