mirror of
https://git.qoto.org/fedipage/fedipage.git
synced 2024-11-15 19:47:57 +01:00
Cleaned out some unused classes
This commit is contained in:
parent
e58f3dbefc
commit
f85212ca83
4 changed files with 8 additions and 14 deletions
|
@ -1,16 +1,10 @@
|
|||
<nav class="navbar navbar--light navbar--fixed-top">
|
||||
<nav class="navbar navbar--fixed-top">
|
||||
<div class="navbar__inner">
|
||||
<div class="navbar__items navbar__items--left navbarItems_1xGM">
|
||||
<div class="navbar__items navbar__items--left">
|
||||
<a aria-current="page" class="navbar__brand active" href="/">
|
||||
<img class="navbar__logo logo--light" src="/images/logo-header-light.png" alt="{{ site.Params.siteName }}">
|
||||
<img class="navbar__logo logo--dark" src="/images/logo-header-dark.png" alt="{{ site.Params.siteName }}">
|
||||
</a>
|
||||
<div aria-label="Navigation bar toggle" class="navbar__toggle" role="button" tabindex="0">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" role="img" focusable="false">
|
||||
<title>Menu</title>
|
||||
<path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"></path>
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
<div class="navbar__items navbar__items--right">
|
||||
<input class="menu-btn" type="checkbox" id="menu-btn" />
|
||||
|
@ -22,7 +16,7 @@
|
|||
<li class="navbar-menu-item"><a class="navbar__item navbar__link" href="{{ .Permalink }}">{{ .Title }}</a></li>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
<li class="navbar-menu-item"><a class="displayOnlyInLargeViewport_16CL button button--primary" href={{ site.Params.repoUrl }}>MY GIT →</a></li>
|
||||
<li class="navbar-menu-item"><a class="button button--primary" href={{ site.Params.repoUrl }}>MY GIT →</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{ partial "head.html" . }}
|
||||
<body class="list h-feed">
|
||||
<body class="list">
|
||||
<div>
|
||||
{{ partial "menu.html" . }}
|
||||
<div class="main-wrapper">
|
||||
|
@ -9,4 +9,4 @@
|
|||
</h2>
|
||||
</div>
|
||||
</header>
|
||||
<main class="hfeed container" id="content" role="main">
|
||||
<main class="container" id="content" role="main">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{ partial "head.html" . }}
|
||||
<body class="list h-feed">
|
||||
<body class="list">
|
||||
<div>
|
||||
{{ partial "menu.html" . }}
|
||||
<div class="main-wrapper">
|
||||
|
@ -9,4 +9,4 @@
|
|||
</h2>
|
||||
</div>
|
||||
</header>
|
||||
<main class="hfeed container" id="content" role="main">
|
||||
<main class="container" id="content" role="main">
|
||||
|
|
|
@ -14,4 +14,4 @@
|
|||
</h2>
|
||||
</div>
|
||||
</header>
|
||||
<main class="hfeed container" id="content" role="main">
|
||||
<main class="container" id="content" role="main">
|
||||
|
|
Loading…
Reference in a new issue