tangled
alpha
login
or
join now
vittoriogioda.com
/
website
0
fork
atom
My personal website
vittoriogioda.com
blog
portfolio
personal-website
0
fork
atom
overview
issues
pulls
pipelines
chore: remove logo SVG from navigation in multiple HTML files
Vittorio
3 weeks ago
79e8be16
0d0bf5d8
0/1
deploy.yml
failed
31s
+7
-63
7 changed files
expand all
collapse all
unified
split
404.html
categories
index.html
index.html
pages
index.html
posts
index.html
test-post
index.html
tags
index.html
+1
-9
404.html
···
79
79
80
80
<div class="navbar" role="navigation">
81
81
<nav class="menu" aria-label="Main Navigation">
82
82
-
<a href="https://vittoriogioda.com/" class="logo">
83
83
-
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25"
84
84
-
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
85
85
-
stroke-linejoin="round" class="feather feather-home">
86
86
-
<title>Home</title>
87
87
-
<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
88
88
-
<polyline points="9 22 9 12 15 12 15 22"></polyline>
89
89
-
</svg>
90
90
-
</a>
82
82
+
<div></div>
91
83
<input type="checkbox" id="menu-trigger" class="menu-trigger" />
92
84
<label for="menu-trigger">
93
85
<span class="menu-icon">
+1
-9
categories/index.html
···
81
81
82
82
<div class="navbar" role="navigation">
83
83
<nav class="menu" aria-label="Main Navigation">
84
84
-
<a href="https://vittoriogioda.com/" class="logo">
85
85
-
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25"
86
86
-
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
87
87
-
stroke-linejoin="round" class="feather feather-home">
88
88
-
<title>Home</title>
89
89
-
<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
90
90
-
<polyline points="9 22 9 12 15 12 15 22"></polyline>
91
91
-
</svg>
92
92
-
</a>
84
84
+
<div></div>
93
85
<input type="checkbox" id="menu-trigger" class="menu-trigger" />
94
86
<label for="menu-trigger">
95
87
<span class="menu-icon">
+1
-9
index.html
···
80
80
81
81
<div class="navbar" role="navigation">
82
82
<nav class="menu" aria-label="Main Navigation">
83
83
-
<a href="https://vittoriogioda.com/" class="logo">
84
84
-
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25"
85
85
-
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
86
86
-
stroke-linejoin="round" class="feather feather-home">
87
87
-
<title>Home</title>
88
88
-
<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
89
89
-
<polyline points="9 22 9 12 15 12 15 22"></polyline>
90
90
-
</svg>
91
91
-
</a>
83
83
+
<div></div>
92
84
<input type="checkbox" id="menu-trigger" class="menu-trigger" />
93
85
<label for="menu-trigger">
94
86
<span class="menu-icon">
+1
-9
pages/index.html
···
81
81
82
82
<div class="navbar" role="navigation">
83
83
<nav class="menu" aria-label="Main Navigation">
84
84
-
<a href="https://vittoriogioda.com/" class="logo">
85
85
-
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25"
86
86
-
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
87
87
-
stroke-linejoin="round" class="feather feather-home">
88
88
-
<title>Home</title>
89
89
-
<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
90
90
-
<polyline points="9 22 9 12 15 12 15 22"></polyline>
91
91
-
</svg>
92
92
-
</a>
84
84
+
<div></div>
93
85
<input type="checkbox" id="menu-trigger" class="menu-trigger" />
94
86
<label for="menu-trigger">
95
87
<span class="menu-icon">
+1
-9
posts/index.html
···
132
132
133
133
<div class="navbar" role="navigation">
134
134
<nav class="menu" aria-label="Main Navigation">
135
135
-
<a href="https://vittoriogioda.com/" class="logo">
136
136
-
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25"
137
137
-
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
138
138
-
stroke-linejoin="round" class="feather feather-home">
139
139
-
<title>Home</title>
140
140
-
<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
141
141
-
<polyline points="9 22 9 12 15 12 15 22"></polyline>
142
142
-
</svg>
143
143
-
</a>
135
135
+
<div></div>
144
136
<input type="checkbox" id="menu-trigger" class="menu-trigger" />
145
137
<label for="menu-trigger">
146
138
<span class="menu-icon">
+1
-9
posts/test-post/index.html
···
131
131
132
132
<div class="navbar" role="navigation">
133
133
<nav class="menu" aria-label="Main Navigation">
134
134
-
<a href="https://vittoriogioda.com/" class="logo">
135
135
-
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25"
136
136
-
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
137
137
-
stroke-linejoin="round" class="feather feather-home">
138
138
-
<title>Home</title>
139
139
-
<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
140
140
-
<polyline points="9 22 9 12 15 12 15 22"></polyline>
141
141
-
</svg>
142
142
-
</a>
134
134
+
<div></div>
143
135
<input type="checkbox" id="menu-trigger" class="menu-trigger" />
144
136
<label for="menu-trigger">
145
137
<span class="menu-icon">
+1
-9
tags/index.html
···
81
81
82
82
<div class="navbar" role="navigation">
83
83
<nav class="menu" aria-label="Main Navigation">
84
84
-
<a href="https://vittoriogioda.com/" class="logo">
85
85
-
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25"
86
86
-
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
87
87
-
stroke-linejoin="round" class="feather feather-home">
88
88
-
<title>Home</title>
89
89
-
<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
90
90
-
<polyline points="9 22 9 12 15 12 15 22"></polyline>
91
91
-
</svg>
92
92
-
</a>
84
84
+
<div></div>
93
85
<input type="checkbox" id="menu-trigger" class="menu-trigger" />
94
86
<label for="menu-trigger">
95
87
<span class="menu-icon">