mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
17c4da86b5
* add buttons to copy code block contents Adds a clickable "copy" link in the top-right corner of each code block. If available, uses the navigator.clipboard API. Falls back to selecting the text and calling document.execCommand('copy') to copy text. * hides copy button unless mouse is hovering over code block * change text of copy button when text is copied * add translation keys for copy button text `code_copy` and `code_copied` * To disable use `Params.disableCodeCopy: true` in site config |
||
---|---|---|
.. | ||
templates | ||
anchored_headings.html | ||
author.html | ||
breadcrumbs.html | ||
comments.html | ||
cover.html | ||
edit_post.html | ||
extend_footer.html | ||
extend_head.html | ||
footer.html | ||
head.html | ||
header.html | ||
home_info.html | ||
index_profile.html | ||
post_meta.html | ||
post_nav_links.html | ||
share_icons.html | ||
social_icons.html | ||
svg.html | ||
toc.html | ||
translation_list.html |