|
1 | | -{{- $url := .Permalink | urlquery -}} |
2 | | -{{- $title := .Title | urlquery -}} |
| 1 | +{{- $url := .Permalink -}} |
3 | 2 |
|
4 | 3 | <section> |
5 | 4 | <nav aria-label="Deel dit artikel"> |
6 | 5 | <ul class="flex items-center gap-2"> |
7 | 6 | <li> |
8 | 7 | <a |
9 | | - class="inline-flex h-10 w-10 items-center justify-center rounded-full text-slate-400 transition-colors hover:text-moss focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-moss/70 focus-visible:ring-offset-2 focus-visible:ring-offset-slate-50 dark:text-slate-500 dark:hover:text-mustard dark:focus-visible:ring-moss/70 dark:focus-visible:ring-offset-slate-950 motion-reduce:transition-none" |
10 | | - href="https://www.linkedin.com/sharing/share-offsite/?url={{ $url }}" |
11 | | - target="_blank" |
12 | | - rel="noopener noreferrer" |
13 | | - aria-label="Deel op LinkedIn" |
14 | | - title="Delen op LinkedIn" |
| 8 | + class="inline-flex h-10 w-10 items-center justify-center rounded-full text-slate-400 transition-colors hover:text-moss focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-moss/70 focus-visible:ring-offset-2 focus-visible:ring-offset-slate-50 dark:text-slate-500 dark:hover:text-mustard dark:focus-visible:ring-moss/70 dark:focus-visible:ring-offset-slate-950 motion-reduce:transition-none" |
| 9 | + href="https://www.linkedin.com/sharing/share-offsite/?url={{ $url | urlquery }}" |
| 10 | + target="_blank" |
| 11 | + rel="noopener noreferrer" |
| 12 | + aria-label="Deel op LinkedIn" |
| 13 | + title="Delen op LinkedIn" |
15 | 14 | > |
16 | 15 | <svg |
17 | | - xmlns="http://www.w3.org/2000/svg" |
18 | | - class="h-5 w-5 stroke-current" |
19 | | - width="24" |
20 | | - height="24" |
21 | | - viewBox="0 0 24 24" |
22 | | - fill="none" |
23 | | - stroke="currentColor" |
24 | | - stroke-width="1.25" |
25 | | - stroke-linecap="round" |
26 | | - stroke-linejoin="round" |
| 16 | + xmlns="http://www.w3.org/2000/svg" |
| 17 | + class="h-5 w-5 stroke-current" |
| 18 | + width="24" |
| 19 | + height="24" |
| 20 | + viewBox="0 0 24 24" |
| 21 | + fill="none" |
| 22 | + stroke="currentColor" |
| 23 | + stroke-width="1.25" |
| 24 | + stroke-linecap="round" |
| 25 | + stroke-linejoin="round" |
27 | 26 | > |
28 | 27 | <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" /> |
29 | 28 | <path d="M8 11l0 5" /> |
|
33 | 32 | </svg> |
34 | 33 | </a> |
35 | 34 | </li> |
| 35 | + |
36 | 36 | <li> |
37 | 37 | <a |
38 | | - class="inline-flex h-10 w-10 items-center justify-center rounded-full text-slate-400 transition-colors hover:text-moss focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-moss/70 focus-visible:ring-offset-2 focus-visible:ring-offset-slate-50 dark:text-slate-500 dark:hover:text-mustard dark:focus-visible:ring-moss/70 dark:focus-visible:ring-offset-slate-950 motion-reduce:transition-none" |
39 | | - href="https://twitter.com/intent/tweet?text={{ $title }}&url={{ $url }}" |
40 | | - target="_blank" |
41 | | - rel="noopener noreferrer" |
42 | | - aria-label="Deel op X" |
43 | | - title="Delen op X" |
| 38 | + class="inline-flex h-10 w-10 items-center justify-center rounded-full text-slate-400 transition-colors hover:text-moss focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-moss/70 focus-visible:ring-offset-2 focus-visible:ring-offset-slate-50 dark:text-slate-500 dark:hover:text-mustard dark:focus-visible:ring-moss/70 dark:focus-visible:ring-offset-slate-950 motion-reduce:transition-none" |
| 39 | + href="https://twitter.com/intent/tweet?url={{ $url | urlquery }}" |
| 40 | + target="_blank" |
| 41 | + rel="noopener noreferrer" |
| 42 | + aria-label="Deel op X" |
| 43 | + title="Delen op X" |
44 | 44 | > |
45 | 45 | <svg |
46 | | - xmlns="http://www.w3.org/2000/svg" |
47 | | - class="h-5 w-5 stroke-current" |
48 | | - width="24" |
49 | | - height="24" |
50 | | - viewBox="0 0 24 24" |
51 | | - fill="none" |
52 | | - stroke="currentColor" |
53 | | - stroke-width="1.25" |
54 | | - stroke-linecap="round" |
55 | | - stroke-linejoin="round" |
| 46 | + xmlns="http://www.w3.org/2000/svg" |
| 47 | + class="h-5 w-5 stroke-current" |
| 48 | + width="24" |
| 49 | + height="24" |
| 50 | + viewBox="0 0 24 24" |
| 51 | + fill="none" |
| 52 | + stroke="currentColor" |
| 53 | + stroke-width="1.25" |
| 54 | + stroke-linecap="round" |
| 55 | + stroke-linejoin="round" |
56 | 56 | > |
57 | 57 | <path d="M4 4l11.733 16h4.267l-11.733 -16z" /> |
58 | 58 | <path d="M4 20l6.768 -6.768m2.46 -2.46l6.772 -6.772" /> |
59 | 59 | </svg> |
60 | 60 | </a> |
61 | 61 | </li> |
| 62 | + |
62 | 63 | <li> |
63 | 64 | <a |
64 | | - class="inline-flex h-10 w-10 items-center justify-center rounded-full text-slate-400 transition-colors hover:text-moss focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-moss/70 focus-visible:ring-offset-2 focus-visible:ring-offset-slate-50 dark:text-slate-500 dark:hover:text-mustard dark:focus-visible:ring-moss/70 dark:focus-visible:ring-offset-slate-950 motion-reduce:transition-none" |
65 | | - href="https://bsky.app/intent/compose?text={{ $title }}%20{{ $url }}" |
66 | | - target="_blank" |
67 | | - rel="noopener noreferrer" |
68 | | - aria-label="Deel op Bluesky" |
69 | | - title="Delen op Bluesky" |
| 65 | + class="inline-flex h-10 w-10 items-center justify-center rounded-full text-slate-400 transition-colors hover:text-moss focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-moss/70 focus-visible:ring-offset-2 focus-visible:ring-offset-slate-50 dark:text-slate-500 dark:hover:text-mustard dark:focus-visible:ring-moss/70 dark:focus-visible:ring-offset-slate-950 motion-reduce:transition-none" |
| 66 | + href="https://bsky.app/intent/compose?text={{ $url | urlquery }}" |
| 67 | + target="_blank" |
| 68 | + rel="noopener noreferrer" |
| 69 | + aria-label="Deel op Bluesky" |
| 70 | + title="Delen op Bluesky" |
70 | 71 | > |
71 | 72 | <svg |
72 | | - xmlns="http://www.w3.org/2000/svg" |
73 | | - class="h-5 w-5 stroke-current" |
74 | | - width="24" |
75 | | - height="24" |
76 | | - viewBox="0 0 24 24" |
77 | | - fill="none" |
78 | | - stroke="currentColor" |
79 | | - stroke-width="1.25" |
80 | | - stroke-linecap="round" |
81 | | - stroke-linejoin="round" |
| 73 | + xmlns="http://www.w3.org/2000/svg" |
| 74 | + class="h-5 w-5 stroke-current" |
| 75 | + width="24" |
| 76 | + height="24" |
| 77 | + viewBox="0 0 24 24" |
| 78 | + fill="none" |
| 79 | + stroke="currentColor" |
| 80 | + stroke-width="1.25" |
| 81 | + stroke-linecap="round" |
| 82 | + stroke-linejoin="round" |
82 | 83 | > |
83 | 84 | <path d="M6.335 5.144c-1.654 -1.199 -4.335 -2.127 -4.335 .826c0 .59 .35 4.953 .556 5.661c.713 2.463 3.13 2.75 5.444 2.369c-4.045 .665 -4.889 3.208 -2.667 5.41c1.03 1.018 1.913 1.59 2.667 1.59c2 0 3.134 -2.769 3.5 -3.5c.333 -.667 .5 -1.167 .5 -1.5c0 .333 .167 .833 .5 1.5c.366 .731 1.5 3.5 3.5 3.5c.754 0 1.637 -.571 2.667 -1.59c2.222 -2.203 1.378 -4.746 -2.667 -5.41c2.314 .38 4.73 .094 5.444 -2.369c.206 -.708 .556 -5.072 .556 -5.661c0 -2.953 -2.68 -2.025 -4.335 -.826c-2.293 1.662 -4.76 5.048 -5.665 6.856c-.905 -1.808 -3.372 -5.194 -5.665 -6.856z" /> |
84 | 85 | </svg> |
|
0 commit comments