_includes/head.html in jekyll-theme-petridish-3.0 vs _includes/head.html in jekyll-theme-petridish-3.1.0
- old
+ new
@@ -51,19 +51,19 @@
{% if background %}
<meta property="og:image" content="{{ background | absolute_url }}">
{% endif %}
<link rel="icon" type="image/x-icon" href="{{ '/favicon.ico' | absolute_url }}">
- <!-- Bootstrap CSS is included in main.css -->
+ <link rel="alternate" type="application/rss+xml" title="{{ site.title }} - RSS feed" href="{{ '/feed.xml' | absolute_url }}" >
+ <!-- CSS: Bootstrap CSS is included in main.css -->
<link rel="stylesheet" href="{{ '/assets/theme/css/main.css' | relative_url }}">
- <link rel="stylesheet" href="{{ '/assets/theme/css/fontawesome-all.min.css' | relative_url }}">
- <link rel="stylesheet" href="{{ '/assets/theme/css/academicons.min.css' | relative_url }}">
<link rel="stylesheet" href="{{ '/assets/theme/css/pygments.css' | relative_url }}">
+ <!-- Fonts -->
+ <link rel="stylesheet" href="{{ '/assets/theme/css/fontawesome-all.min.css' | relative_url }}">
{% if site.font_serif != false %}
<link href="https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&display=swap" rel="stylesheet">
{% endif %}
- <link rel="alternate" type="application/rss+xml" title="{{ site.title }} - RSS feed" href="{{ '/feed.xml' | absolute_url }}" >
- <!-- Javascript libraries: loaded at top so templates can use these -->
+ <!-- Javascript: loaded here so they are available in templates -->
<script src="{{ '/assets/theme/js/jquery.min.js' | relative_url }}"></script>
<script src="{{ '/assets/theme/js/popper.min.js' | relative_url }}"></script>
<script src="{{ '/assets/theme/js/bootstrap.min.js' | relative_url }}"></script>
</head>