factor out external on nav, correctly set doc language

This commit is contained in:
Gabriel Fontes
2021-06-09 17:59:17 -03:00
parent 97229134ba
commit 060c82b500
4 changed files with 13 additions and 11 deletions
+6
View File
@@ -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
+5 -9
View File
@@ -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 -1
View File
@@ -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" />