{{- /* Copy-to-clipboard behaviour for code blocks rendered by layouts/_markup/render-codeblock.html. Progressive enhancement: the buttons are hidden in the markup and only revealed here, so a site with JavaScript disabled never shows an inert button. A single delegated listener handles every code block on the page. Override this partial in your own project to add or replace site scripts; disable the copy buttons entirely with `[ananke] copy_code = false`. */ -}} {{- if ne false site.Params.ananke.copy_code -}} {{- end -}}