Fix share button missing from weekly/monthly/yearly layouts (#231)
* docs(squad): log Ralph round 3 — PR fixes & merges #217 #216 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs(squad): log Ralph round 4 — fix generate step #220 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs(squad): log Ralph round 5 — share button #226, hindsight #38 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Fix share button missing from weekly layout Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <copilot@github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Juan Manuel Servera committed
Jun 1, 2026 at 16:23 UTC
6453c6f35f25ee596026a72a7408230618336511
1 file changed
+4
layouts/weekly/single.html
+4
@@ -22,6 +22,10 @@
22
{{ partial "article-content.html" . }}
23
</div>
24
25
+ {{- if (and site.Params.ShowShareButtons (ne .Params.disableShare true)) }}
26
+ {{- partial "share_icons.html" . -}}
27
+ {{- end }}
28
+
29
{{ partial "article-footer.html" . }}
30
</article>
31
{{- end }}