mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-26 00:51:02 -04:00
factor out external on nav, correctly set doc language
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
- name: projects
|
||||
link: https://github.com/misterio77
|
||||
icon: mdi-github
|
||||
- name: work
|
||||
link: https://linkedin.com/in/misterio7
|
||||
icon: mdi-linkedin
|
||||
@@ -13,17 +13,13 @@
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
{% for item in site.data.external %}
|
||||
<li>
|
||||
<a href="https://github.com/misterio77/">
|
||||
<span class="iconify" data-icon="mdi-github"></span>
|
||||
projects
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://linkedin.com/in/misterio7">
|
||||
<span class="iconify" data-icon="mdi-linkedin"></span>
|
||||
work
|
||||
<a href="{{ item.link }}">
|
||||
<span class="iconify" data-icon="{{ item.icon }}"></span>
|
||||
{{ item.name }}
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
</button>
|
||||
<h2>Color scheme</h2>
|
||||
</header>
|
||||
<form autocomplete="off" method="dialog" name="scheme">
|
||||
<form autocomplete="off" method="dialog" name="scheme" id="scheme-form">
|
||||
<div class="row">
|
||||
<label
|
||||
>Scheme name:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="pt-BR">
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
Reference in New Issue
Block a user