-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
038fc67
commit ec2968a
Showing
2 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,12 +16,12 @@ | |
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{ "/feed/atom/index.xml" | absURL }}" /> | ||
<link rel="canonical" href="{{ .Permalink }}" /> | ||
<!-- Le styles --> | ||
<link href="{{ "/css/bootstrap.min.css" | absURL }}" rel="stylesheet" crossorigin="anonymous"> | ||
<link href="{{ "/css/bootstrap-responsive.min.css" | absURL }}" rel="stylesheet" crossorigin="anonymous"> | ||
<link href="{{ if .Site.Params.useCdn }}https://cdn.jsdelivr.net/gh/christianspecht/blog@master/src/themes/custom-bootstrap/static/css/bootstrap.min.css{{ else }}{{ "/css/bootstrap.min.css" | absURL }}{{ end }}" rel="stylesheet" crossorigin="anonymous"> | ||
<link href="{{ if .Site.Params.useCdn }}https://cdn.jsdelivr.net/gh/christianspecht/blog@master/src/themes/custom-bootstrap/static/css/bootstrap-responsive.min.css{{ else }}{{ "/css/bootstrap-responsive.min.css" | absURL }}{{ end }}" rel="stylesheet" crossorigin="anonymous"> | ||
<link href="{{ "/css/cs.css" | absURL }}" rel="stylesheet"> | ||
<link href="{{ "/libs/font-awesome/6.4.0/css/fontawesome.min.css" | absURL }}" rel="stylesheet" crossorigin="anonymous"> | ||
<link href="{{ "/libs/font-awesome/6.4.0/css/brands.min.css" | absURL }}" rel="stylesheet" crossorigin="anonymous"> | ||
<link href="{{ "/libs/font-awesome/6.4.0/css/solid.min.css" | absURL }}" rel="stylesheet" crossorigin="anonymous"> | ||
<link href="{{ if .Site.Params.useCdn }}https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css{{ else }}{{ "/libs/font-awesome/6.4.0/css/fontawesome.min.css" | absURL }}{{ end }}" rel="stylesheet" crossorigin="anonymous"> | ||
<link href="{{ if .Site.Params.useCdn }}https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/brands.min.css{{ else }}{{ "/libs/font-awesome/6.4.0/css/brands.min.css" | absURL }}{{ end }}" rel="stylesheet" crossorigin="anonymous"> | ||
<link href="{{ if .Site.Params.useCdn }}https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/solid.min.css{{ else }}{{ "/libs/font-awesome/6.4.0/css/solid.min.css" | absURL }}{{ end }}" rel="stylesheet" crossorigin="anonymous"> | ||
|
||
<!-- Fav and touch icons --> | ||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://avatar.christianspecht.de/cs144.jpeg"> | ||
|
@@ -178,7 +178,7 @@ | |
<!-- Le javascript | ||
================================================== --> | ||
<!-- Placed at the end of the document so the pages load faster --> | ||
<script src="{{ "/js/jquery.min.js" | absURL }}" crossorigin="anonymous"></script> | ||
<script src="{{ "/js/bootstrap.min.js" | absURL }}" crossorigin="anonymous"></script> | ||
<script src="{{ if .Site.Params.useCdn }}https://cdn.jsdelivr.net/npm/[email protected]/tmp/jquery.min.js{{ else }}{{ "/js/jquery.min.js" | absURL }}{{ end }}" crossorigin="anonymous"></script> | ||
<script src="{{ if .Site.Params.useCdn }}https://cdn.jsdelivr.net/gh/christianspecht/blog@master/src/themes/custom-bootstrap/static/js/bootstrap.min.js{{ else }}{{ "/js/bootstrap.min.js" | absURL }}{{ end }}" crossorigin="anonymous"></script> | ||
</body> | ||
</html> |