From f26fa3ad39c06827ea92f77452665eb5311e7e63 Mon Sep 17 00:00:00 2001 From: Kijima Daigo Date: Fri, 15 Nov 2024 01:05:20 +0900 Subject: [PATCH] chore: bump up bootstrap 5.3.3 --- publish.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/publish.el b/publish.el index 77ee250ce..3675ccdb8 100644 --- a/publish.el +++ b/publish.el @@ -136,7 +136,7 @@ (a (@ (class "nav-link text-secondary small px-0") (href "https://github.com/kijimaD")) "@kijimaD"))) (div (@ (class "col-md-4")) ""))))) (sxml-to-xml - `(script (@ (src "https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js")))))) + `(script (@ (src "https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js")))))) (setq org-html-preamble #'dw/site-header org-html-postamble #'dw/site-footer @@ -157,7 +157,7 @@ ;; PageSpeed Insights で指摘された項目 ;; link要素にはasync属性やdefer属性がない ;; 記法の参考: https://qiita.com/rana_kualu/items/95a7adf8420ea2b9f657 - "" + "" "" ;; ルートディレクトリにないorgファイルをエクスポートした場合、相対パスが変わる。絶対パスにするとGH pagesのルートディレクトリがpublicの一つ上の階層になる(/リポジトリ名/public)ため、ローカル環境で使えなくなる。つまりローカルでは`/`でokなのに、本番では`/roam`としないといけない。