mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
a070040538
load zen-mode.js in head.html for clarity
11 lines
411 B
HTML
11 lines
411 B
HTML
<span class="mb-[2px]">
|
|
<span
|
|
id="zen-mode-button"
|
|
class="text-lg hover:text-primary-500"
|
|
title="{{ i18n "article.zen_mode_title.enable" }}"
|
|
data-title-i18n-disable="{{ i18n "article.zen_mode_title.enable" }}"
|
|
data-title-i18n-enable="{{ i18n "article.zen_mode_title.disable" }}">
|
|
<span class="inline-block align-text-bottom">{{ partial "icon.html" "expand" }}</span>
|
|
</span>
|
|
</span>
|