diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1e268c0f..909c3b24 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -24,7 +24,8 @@ "juggernautjp.less-toml", "usernamehw.errorlens", "piousdeer.horizon-theme-vscode-default-token-colors", - "EditorConfig.EditorConfig" + "EditorConfig.EditorConfig", + "mfeckies.handlebars-formatter" ] } } diff --git a/.vscode/settings.json b/.vscode/settings.json index e5587c30..23a61bff 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -16,6 +16,12 @@ "editor.rulers": [80], }, + // Handlebars の設定 + "[handlebars]": { + "editor.defaultFormatter": "mfeckies.handlebars-formatter", + "editor.formatOnSave": true, + }, + // material icon theme の設定 "workbench.iconTheme": "material-icon-theme", "material-icon-theme.files.associations": { diff --git a/theme/head.hbs b/theme/head.hbs index 491757d5..0e200dde 100644 --- a/theme/head.hbs +++ b/theme/head.hbs @@ -1,10 +1,22 @@ -{{!-- フォントの設定 --}} - - - +{{! フォントの設定 }} + + + -{{!-- Google Analytics --}} - +{{! Google Analytics }} + - {{/if}} - - + + + + {{ title }} + {{#if is_print }} + + {{/if}} + {{#if base_url}} + + {{/if}} + + + + {{> head}} + + + + + + {{#if favicon_svg}} + + {{/if}} + {{#if favicon_png}} + + {{/if}} + + + + {{#if print_enable}} + + {{/if}} + + + + {{#if copy_fonts}} + + {{/if}} + + + + + + + + {{#each additional_css}} + + {{/each}} + + {{#if mathjax_support}} + + + {{/if}} + + +
@@ -218,15 +229,17 @@
- + +