File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 8
8
< link rel ="icon " type ="image/png " href ="{{ "/assets/css/pytorch-logo.png" | relative_url }}">
9
9
</ head >
10
10
< body >
11
+ < header >
12
+ < nav >
13
+ < a href ="{{ "/" | relative_url }}"> Home</ a >
14
+ < a href ="{{ "/dashboard.html" | relative_url }}"> Dashboard</ a >
15
+ </ nav >
16
+ </ header >
11
17
{{ content }}
12
18
</ body >
13
19
</ html >
Original file line number Diff line number Diff line change @@ -76,6 +76,12 @@ def generate_site():
76
76
<link rel="icon" type="image/png" href="{{ \" /assets/css/pytorch-logo.png\" | relative_url }}">
77
77
</head>
78
78
<body>
79
+ <header>
80
+ <nav>
81
+ <a href="{{ \" /\" | relative_url }}">Home</a>
82
+ <a href="{{ \" /dashboard.html\" | relative_url }}">Dashboard</a>
83
+ </nav>
84
+ </header>
79
85
{{ content }}
80
86
</body>
81
87
</html>
You can’t perform that action at this time.
0 commit comments