removed share links on blog page
All checks were successful
Website / Website veröffentlichen (push) Successful in 6s

This commit is contained in:
2026-01-18 14:23:26 +01:00
parent ed0a67f40e
commit ba8af035e3

View File

@@ -35,43 +35,6 @@
<img class="my-4" src="{{ .Params.image | absURL }}">
{{ end }}
<div class="content text-white-custom md:prose-lg lg:prose-xl max-w-none py-1">{{.Content}}</div>
<div class="share m-2 grid grid-cols-2 lg:grid-cols-3 gap-2">
<a href="https://twitter.com/intent/tweet?url={{ .Permalink }}&text={{ .Title }}" target="_blank"
title="Tweet" class="share-button twitter">
<div class="text-white text-center">
<span class="icon-twitter text-lg mr-2"></span>Twitter
</div>
</a>
<a href="https://www.facebook.com/sharer/sharer.php?u={{ .Permalink }}&t={{ .Title }}" target="_blank"
title="Facebook" class="share-button facebook">
<div class="text-white text-center">
<span class="icon-facebook text-lg mr-2"></span>Facebook
</div>
</a>
<a href="https://b.hatena.ne.jp/add?mode=confirm&url={{ .Permalink }}&title={{ .Title }}" target="_blank"
title="hatena" class="share-button hatena">
<div class="text-white text-center">
<span class="icon-hatenabookmark text-lg mr-2"></span>Hatena
</div>
</a>
<a href="https://getpocket.com/edit?url={{ .Permalink }}&title={{ .Title }}" target="_blank" title="pocket"
class="share-button pocket">
<div class="text-white text-center">
<span class="icon-get-pocket text-lg mr-2"></span>Pocket
</div>
</a>
<a href="https://timeline.line.me/social-plugin/share?url={{ .Permalink }}" class="share-button line">
<div class="text-white text-center">
<span class="icon-line text-lg mr-2"></span>LINE
</div>
</a>
<a href="javascript:OnClickURL();" class="share-button url" title="Copy to Clipboard"
data-clipboard-text="{{ .Title }} {{ .Permalink }}" id="url">
<div class="text-white text-center">
<span class="icon-link text-lg mr-2"></span>Copy
</div>
</a>
</div>
<hr class="py-4">
{{- with .Site.Params.disqusShortname }}
<div class="mb-3">