_includes/head.html in jekyll-theme-centos-2.3.0.beta.88 vs _includes/head.html in jekyll-theme-centos-2.3.0.beta.89
- old
+ new
@@ -8,7 +8,10 @@
<link rel="apple-touch-icon" href="{{ site.baseurl }}/assets/icons/apple-touch-icon.png" sizes="180x180" />
<link rel="manifest" href="{{ site.baseurl }}/site.webmanifest" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Overpass+Mono:100,200,300,400,500,600,700,800,900" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
+ {% if page.with_datatable == true -%}
+ <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/dataTables.bootstrap5.min.css">
+ {% endif -%}
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/stylesheet.min.css" />
</head>