1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-19 14:14:17 +00:00

Restore the copy URL function that was deleted by mistake

This commit is contained in:
Cotes Chung
2021-09-16 15:38:59 +08:00
parent d761d340a8
commit e607e5fe86
9 changed files with 96 additions and 34 deletions

View File

@@ -127,7 +127,7 @@
| append: '<div class="code-header" text-data="'
| append: _text
| append: '"><button data-original-title="'
| append: site.data.locales[lang].post.button.copy
| append: site.data.locales[lang].post.button.copy_code.succeed
| append: '"><i class="far fa-clone"></i></button></div>'
| append: '<div class="highlight"><code>'
%}