FontAwesome 5 update & RSS Support

This commit is contained in:
Timothy Rogers 2022-06-01 08:06:33 -04:00
parent 6634b6b6dd
commit 1a3bfa10db
29 changed files with 18527 additions and 1 deletions

View file

@ -5,5 +5,4 @@
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script defer src="https://use.fontawesome.com/releases/v5.8.1/js/all.js" integrity="sha384-g5uSoOSBd7KkhAMlnQILrecXvzst9TdC09/VM+pjDTCM+1il8RHz5fKANTFFb+gQ" crossorigin="anonymous"></script>
</footer>

View file

@ -1,4 +1,8 @@
<head>
<title>{{ .Site.Title }}</title>
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}/css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}/fontawesome/css/all.css"/>
{{ range .AlternativeOutputFormats -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}
</head>

View file

@ -12,6 +12,8 @@
{{ end }}
</ul>
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="{{ .Site.BaseURL }}posts/index.xml" target="_blank"><i class="fa-solid fa-rss fa-2x"></i></a>
<li class="nav-item">
<a class="nav-link" href="https://github.com/hack13" target="_blank"><i class="fab fa-github fa-2x"></i></a>
</li>