Welcome to mirror list, hosted at ThFree Co, Russian Federation.

share.html « partials « layouts - github.com/g1eny0ung/hugo-theme-dream.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c69d2733d130ce65c97a7d18eb04b2eef2682c4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<span class="dream-share">
  <a href="#" class="save-as-image" title='{{ i18n "saveAsImage" }}' onclick="savePostAsImg()">
    <span class="icon">
      <i class="fa-solid fa-download"></i>
    </span>
  </a>
  <a href="https://twitter.com/intent/tweet?text={{ .Title }}&url={{ .Permalink }}" title="Twitter">
    <span class="icon">
      <i class="fa-brands fa-twitter"></i>
    </span>
  </a>
  <a href="https://facebook.com/sharer/sharer.php?u={{ .Permalink }}" title="Facebook">
    <span class="icon">
      <i class="fa-brands fa-facebook"></i>
    </span>
  </a>
</span>