Skip to content

Commit 4480356

Browse files
Removed the name attribute from the <nav> element
1 parent ec919d1 commit 4480356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<div class="container-fluid">
4343
<div class="row justify-content-md-center">
4444
<div class="col-lg-9 col-md-9 col-sm-12">
45-
<nav class="navbar navbar-expand-xl navbar-dark" name="top">
45+
<nav class="navbar navbar-expand-xl navbar-dark">
4646
{% set cc_logo = site.get('/').attachments.get('cclogo.svg') %}
4747
<a class="navbar-brand" href="{{ '/'|url }}">
4848
<img src="{{ cc_logo|url }}">

0 commit comments

Comments
 (0)