diff --git a/assets/css/_partials/_widgets.scss b/assets/css/_partials/_widgets.scss index 758fb06c..5262e1a9 100644 --- a/assets/css/_partials/_widgets.scss +++ b/assets/css/_partials/_widgets.scss @@ -2,5 +2,6 @@ @import '_widgets/fixed-button'; @import '_widgets/github-corner'; @import '_widgets/noscript-warning'; +@import '_widgets/post-chat'; @import '_widgets/reading-progress'; @import '_widgets/typeit'; diff --git a/assets/css/_partials/_widgets/_post-chat.scss b/assets/css/_partials/_widgets/_post-chat.scss new file mode 100644 index 00000000..c76d0c61 --- /dev/null +++ b/assets/css/_partials/_widgets/_post-chat.scss @@ -0,0 +1,3 @@ +#postChat_button { + @extend .print-d-none; +} diff --git a/layouts/partials/init/index.html b/layouts/partials/init/index.html index 9888b07d..e133a24b 100644 --- a/layouts/partials/init/index.html +++ b/layouts/partials/init/index.html @@ -1,4 +1,4 @@ -{{- .Scratch.Set "version" "v0.3.19" -}} +{{- .Scratch.Set "version" "v0.3.20-de72a8c8" -}} {{- .Scratch.Set "this" dict -}} {{- partial "init/detection-env.html" . -}}