mirror of
https://github.com/Gioni06/terminal.css
synced 2025-03-09 17:19:04 -04:00
fix space in class names
This commit is contained in:
parent
6e074b96bf
commit
9092b62c24
@ -5,10 +5,10 @@
|
||||
</header>
|
||||
<nav class="terminal-menu">
|
||||
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
|
||||
<li property="itemListElement" typeof="ListItem"><a href="https://terminalcss.xyz" property="item" typeof="WebPage" class="menu-item <% if(page === "main") { %> active <% } %>"><span property="name">Light</span></a><meta property="position" content="1"></li>
|
||||
<li property="itemListElement" typeof="ListItem"><a href="https://terminalcss.xyz/dark/" property="item" typeof="WebPage" class="menu-item <% if(page === "dark") { %> active <% } %>"><span property="name">Dark</span></a><meta property="position" content="2"></li>
|
||||
<li property="itemListElement" typeof="ListItem"><a href="https://terminalcss.xyz/sans-serif/" property="item" typeof="WebPage" class="menu-item <% if(page === "sans") { %> active <% } %>"><span property="name">Sans</span></a><meta property="position" content="3"></li>
|
||||
<li property="itemListElement" typeof="ListItem"><a href="https://terminalcss.xyz/sans-serif-dark/" property="item" typeof="WebPage" class="menu-item <% if(page === "sans-dark") { %> active <% } %>"><span property="name">Sans Dark</span></a><meta property="position" content="4"></li>
|
||||
<li property="itemListElement" typeof="ListItem"><a href="https://terminalcss.xyz" property="item" typeof="WebPage" class="menu-item<% if(page === "main") { %> active<% } %>"><span property="name">Light</span></a><meta property="position" content="1"></li>
|
||||
<li property="itemListElement" typeof="ListItem"><a href="https://terminalcss.xyz/dark/" property="item" typeof="WebPage" class="menu-item<% if(page === "dark") { %> active<% } %>"><span property="name">Dark</span></a><meta property="position" content="2"></li>
|
||||
<li property="itemListElement" typeof="ListItem"><a href="https://terminalcss.xyz/sans-serif/" property="item" typeof="WebPage" class="menu-item<% if(page === "sans") { %> active<% } %>"><span property="name">Sans</span></a><meta property="position" content="3"></li>
|
||||
<li property="itemListElement" typeof="ListItem"><a href="https://terminalcss.xyz/sans-serif-dark/" property="item" typeof="WebPage" class="menu-item<% if(page === "sans-dark") { %> active<% } %>"><span property="name">Sans Dark</span></a><meta property="position" content="4"></li>
|
||||
<li style="height: 28px;"><a class="github-button" href="https://github.com/Gioni06/terminal.css" data-size="large" data-show-count="true" aria-label="Star Gioni06/terminal.css on GitHub">Star</a></li>
|
||||
<li style="height: 28px;"><a class="twitter-share-button"
|
||||
href="https://twitter.com/intent/tweet?text=A%20modern%20and%20minimal%20CSS%20framework%20for%20terminal%20lovers."
|
||||
|
Loading…
x
Reference in New Issue
Block a user