From 190222bb06ff525bb20b381380a31835dfb981f6 Mon Sep 17 00:00:00 2001 From: chiu Date: Wed, 1 Sep 2021 11:14:59 +0800 Subject: [PATCH] change home page --- home/index.html.erb | 2 +- partial/_head.html.erb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/home/index.html.erb b/home/index.html.erb index 2e895dd..699992d 100644 --- a/home/index.html.erb +++ b/home/index.html.erb @@ -51,7 +51,7 @@
-
+
diff --git a/partial/_head.html.erb b/partial/_head.html.erb index e13d0c7..b1e9121 100644 --- a/partial/_head.html.erb +++ b/partial/_head.html.erb @@ -4,6 +4,7 @@ <%= favicon_link_tag (current_site.favicon.blank? ? 'favicon.ico' : current_site.favicon.url) %> <%= render_site_title %> <%= stylesheet_link_tag "//stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"%> + <%= stylesheet_link_tag "fontawesome-5.15.4.min"%> <%= stylesheet_link_tag "bootstrap/bootstrap.min.css"%> <%= stylesheet_link_tag "template/template"%> <%= stylesheet_link_tag "template/jquery.scrolling-tabs.min.css"%>