diff --git a/_includes/card.html b/_includes/card.html index b7c5d609..e6040222 100644 --- a/_includes/card.html +++ b/_includes/card.html @@ -56,6 +56,10 @@ {% if include.tor %} Tor {% endif %} + + {% if include.git %} + Git + {% endif %} {% if include.extra_button %} {{include.extra_button}} diff --git a/_layouts/default.html b/_layouts/default.html index d21112fc..89882cde 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -8,4 +8,4 @@ layout: minimal - + \ No newline at end of file diff --git a/assets/img/layout/git.png b/assets/img/layout/git.png new file mode 100644 index 00000000..a34279d8 Binary files /dev/null and b/assets/img/layout/git.png differ