_includes/head.html in lbenicio-minimal-v1-1.0.10 vs _includes/head.html in lbenicio-minimal-v1-1.1.1
- old
+ new
@@ -1,19 +1,19 @@
<meta content='{{ site.title }}' property='og:title' />
<!-- favicon -->
-<link href="{{ '/assets/favicon.ico' | prepend: (site.default_url + '/') }}" rel='shortcut icon'>
+<link href="{{ '/assets/favicon.ico'}}" rel='shortcut icon'>
<!-- CSS -->
-<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
-<link rel="stylesheet" href="{{ '/assets/style.css' | prepend: (site.default_url + '/') }}">
-<link rel="stylesheet" href="{{ '/assets/vendor/all.min.css' | prepend: (site.default_url + '/') }}">
+<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
+<link rel="stylesheet" href="{{ '/assets/css/style.css'}}">
+<link rel="stylesheet" href="{{ '/assets/vendor/all.min.css'}}">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap" rel="stylesheet">
<!-- Configs -->
<meta content='width=device-width, initial-scale=1.0, , maximum-scale=1, minimum-scale=1, user-scalable=no' name='viewport'>
<meta content='text/html; charset=utf-8' http-equiv='content-type' />
{% if page.date %}
-<link rel="stylesheet" href="{{ '/assets/postStyle.css' | prepend: (site.default_url + '/') }}">
-<link rel="stylesheet" href="{{ '/assets/monokai.css' | prepend: (site.default_url + '/') }}">
+<link rel="stylesheet" href="{{ '/assets/css/post.css'}}">
+<link rel="stylesheet" href="{{ '/assets/css/monokai.css'}}">
<meta content='{{ site.default_url }}{{ page.url }}' property='og:url' />
<meta content="{{ page.content | strip_html | strip_newlines | truncate: 120 }}" property='og:description' />
<meta content="article" property="og:type" />
<meta content='{{ page.title }} - {{ site.title }}' property='og:title' />
<title>{{ page.title }} - {{ site.title }}</title>
\ No newline at end of file