Skip to content

Commit

Permalink
adicionando css e js do bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
feroline committed Jul 31, 2024
1 parent c49e6f6 commit f860090
Show file tree
Hide file tree
Showing 180 changed files with 119,184 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
</head>

<body>
{% include navbar.html %}
{{ content }}
<script src="/assets/js/bootstrap.min.js"></script>
</body>

</html>
2 changes: 2 additions & 0 deletions _site/2024/07/31/fundamentosDeTeste.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<meta charset="utf-8">
<title>Fundamentos de Teste</title>
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
</head>

<body>
Expand All @@ -29,6 +30,7 @@ <h1>Fundamentos de Teste</h1>
<!-- Estrutura do resumo será montada aqui com os dados do post -->
<p>Resumo do capítulo 01</p>

<script src="/assets/js/bootstrap.min.js"></script>
</body>

</html>
Loading

0 comments on commit f860090

Please sign in to comment.