We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c9290 commit 4bde0c3Copy full SHA for 4bde0c3
1 file changed
src/Views/layout.php
@@ -7,8 +7,8 @@
7
<title><?= $this->renderSection('title') ?></title>
8
9
<!-- Bootstrap core CSS -->
10
- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
11
-
+ <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
+
12
<?= $this->renderSection('pageStyles') ?>
13
</head>
14
0 commit comments