We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4e68f commit 8d97c2aCopy full SHA for 8d97c2a
site/_layouts/default.html
@@ -1,18 +1,14 @@
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
- <meta charset="UTF-8">
+ <meta charset="UTF-8" />
5
<title>{{ page.title }}</title>
6
- <link rel="stylesheet" href="{{ '/assets/style.css' | relative_url }}">
+ <link rel="stylesheet" href="/JavaEvolution-Learning-Growing-Mastering/site/assets/style.css">
7
</head>
8
<body>
9
- <div class="container">
10
- <aside class="sidebar">
11
- {% include nav.html %}
12
- </aside>
13
- <main class="content">
14
- {{ content }}
15
- </main>
16
- </div>
+ {% include nav.html %}
+ <main>
+ {{ content }}
+ </main>
17
</body>
18
</html>
0 commit comments