Skip to content

Commit

Permalink
update bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
herbetom committed Dec 31, 2021
1 parent a66de7b commit 5b6d1d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion themes/ffrn/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ <h4>Social & Kontakt</h4>
</div>
</footer>
<!-- <script src="/js/jquery.min.js"></script> -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>

<!-- <script src="/js/headroom.min.js"></script>
<script src="/js/headroom.conf.js"></script> -->
<!-- <script type="text/javascript" src="/js/app.js"></script>
Expand Down
4 changes: 3 additions & 1 deletion themes/ffrn/layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
{{ end -}}

<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">


<!-- <link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css"> -->
<link rel="stylesheet" href="/fa/css/all.min.css">
<!-- <link rel="stylesheet" type="text/css" href="/css/LeafletStyleSheet.css"> -->
Expand Down

0 comments on commit 5b6d1d2

Please sign in to comment.