Skip to content

Commit

Permalink
feat: Removed VK social share, added Whatsapp.
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaDrinkingProgrammer committed Apr 21, 2024
1 parent 4388786 commit 731f49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/hugoplate/layouts/activities/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h5 class="mr-3">{{ i18n "tags" }} :</h5>
</ul>
</div>
<div class="lg:col-4 flex items-center">
{{ partial "social-share" (dict "Context" . "Class" "share-icons" "Title" (i18n "share") "Facebook" false "Twitter" false "Reddit" false "Whatsapp" false "Telegram" false "Pinterest" false "Tumblr" false "VK" false) }}
{{ partial "social-share" (dict "Context" . "Class" "share-icons" "Title" (i18n "share") "Facebook" false "Twitter" false "Reddit" false "Whatsapp" true "Telegram" false "Pinterest" false "Tumblr" false "Vk" false) }}
</div>
</div>
<!-- comments -->
Expand Down

0 comments on commit 731f49d

Please sign in to comment.