_includes/head/index.html in word-games-theme-1.9.4 vs _includes/head/index.html in word-games-theme-1.9.5
- old
+ new
@@ -16,13 +16,13 @@
<meta name="keywords" content="{{site.keyboard}}" />
{%- endif -%}
{%- if site.removeBootstrapIcons !=
true -%}
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.10.5/font/bootstrap-icons.min.css" integrity="sha512-ZnR2wlLbSbr8/c9AgLg3jQPAattCUImNsae6NHYnS9KrIwRdcY9DxFotXhNAKIKbAXlRnujIqUWoXXwqyFOeIQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
+ <link rel="stylesheet" href="/assets/css/bootstrap-icons.css" />
{%- endif -%}
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/4.6.0/css/bootstrap.min.css" integrity="sha512-P5MgMn1jBN01asBgU0z60Qk4QxiXo86+wlFahKrsQf37c9cro517WzVSPPV1tDKzhku2iJ2FVgL67wG03SGnNA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
+ <link rel="stylesheet" href="/assets/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/css/style.css">
{%- if page.layout == "autogencontent"-%}
<link rel="stylesheet" href="/assets/css/content.css">
{%- endif -%}
\ No newline at end of file