Skip to content

Commit

Permalink
Update head.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad88me authored Jun 24, 2024
1 parent 863d352 commit d4ce864
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,10 @@
{%- include analytics.html -%}
{% endif %}
<!-- End Google Analytics -->


<!-- add bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<!-- end of bootstrap -->

</head>

0 comments on commit d4ce864

Please sign in to comment.