Add top header icons
This commit is contained in:
parent
e42aa05525
commit
3abde8a76f
1 changed files with 6 additions and 11 deletions
|
|
@ -13,17 +13,12 @@
|
||||||
</head>
|
</head>
|
||||||
<body id="body">
|
<body id="body">
|
||||||
<nav id="menu" class="centered">
|
<nav id="menu" class="centered">
|
||||||
<ctx about="$site.page('')"><a href="$ctx.about.link()" text="$ctx.about.title">home</a></ctx>
|
🗃 <ctx about="$site.page('')"><a href="$ctx.about.link()" text="$ctx.about.title">home</a></ctx>
|
||||||
•
|
⚙ <ctx about="$site.page('installation')"><a href="$ctx.about.link()" text="$ctx.about.title">install</a></ctx>
|
||||||
<ctx about="$site.page('installation')"><a href="$ctx.about.link()" text="$ctx.about.title">installation</a></ctx>
|
☑ <ctx about="$site.page('downloads')"><a href="$ctx.about.link()" text="$ctx.about.title">download</a></ctx>
|
||||||
•
|
🖆 <ctx :if="$site.page('devlog').subpages().first?()"><a href="$if.link()">devlog</a></ctx>
|
||||||
<ctx about="$site.page('downloads')"><a href="$ctx.about.link()" text="$ctx.about.title">downloads</a></ctx>
|
🕮 <ctx about="$site.page('docs')"><a href="$ctx.about.link()" text="$ctx.about.title">docs</a></ctx>
|
||||||
•
|
🗣 <ctx about="$site.page('community')"><a href="$ctx.about.link()" text="$ctx.about.title">community</a></ctx>
|
||||||
<ctx :if="$site.page('devlog').subpages().first?()"><a href="$if.link()">devlog</a></ctx>
|
|
||||||
•
|
|
||||||
<ctx about="$site.page('docs')"><a href="$ctx.about.link()" text="$ctx.about.title">docs</a></ctx>
|
|
||||||
•
|
|
||||||
<ctx about="$site.page('community')"><a href="$ctx.about.link()" text="$ctx.about.title">community</a></ctx>
|
|
||||||
</nav>
|
</nav>
|
||||||
<script src="$site.asset('js/index.js').link()"></script>
|
<script src="$site.asset('js/index.js').link()"></script>
|
||||||
<super>
|
<super>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue