From 0f8db5a36704020493617928fce3b416f91eaa1d Mon Sep 17 00:00:00 2001 From: ken Date: Wed, 8 Jul 2026 17:55:40 +0800 Subject: [PATCH] update --- partial/_head.html.erb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/partial/_head.html.erb b/partial/_head.html.erb index 3219cdf..438eff2 100644 --- a/partial/_head.html.erb +++ b/partial/_head.html.erb @@ -11,7 +11,8 @@ <%= stylesheet_link_tag "//stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" %> - + + <%= stylesheet_link_tag "template/template" %> @@ -30,7 +31,7 @@ <%= javascript_include_tag "plugin/jquery.mobile.custom.min.js" %> -<%= javascript_include_tag "bootstrap.min"%> +<%= javascript_include_tag "plugin/bootstrap.bundle.min.js" %> <%= javascript_include_tag "plugin/jquery.cycle2.video.min.js" %> <%= javascript_include_tag "plugin/jquery-bullseye-min.js" %> <%= javascript_include_tag "plugin/jquery.scrolling-tabs.min.js" %>