From 060c82b500f83b1bbc37cc8602c1f60483bf646c Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Wed, 9 Jun 2021 17:59:17 -0300 Subject: [PATCH] factor out external on nav, correctly set doc language --- projects/website/_data/external.yml | 6 ++++++ projects/website/_includes/nav.html | 14 +++++--------- projects/website/_includes/scheme-dialog.html | 2 +- projects/website/_layouts/default.html | 2 +- 4 files changed, 13 insertions(+), 11 deletions(-) create mode 100644 projects/website/_data/external.yml diff --git a/projects/website/_data/external.yml b/projects/website/_data/external.yml new file mode 100644 index 00000000..5fb63b99 --- /dev/null +++ b/projects/website/_data/external.yml @@ -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 diff --git a/projects/website/_includes/nav.html b/projects/website/_includes/nav.html index b9d83757..a4490306 100644 --- a/projects/website/_includes/nav.html +++ b/projects/website/_includes/nav.html @@ -13,17 +13,13 @@ {% endfor %} + {% for item in site.data.external %}
  • - - - projects - -
  • -
  • - - - work + + + {{ item.name }}
  • + {% endfor %} diff --git a/projects/website/_includes/scheme-dialog.html b/projects/website/_includes/scheme-dialog.html index fb2b61a7..4ab90a6f 100644 --- a/projects/website/_includes/scheme-dialog.html +++ b/projects/website/_includes/scheme-dialog.html @@ -5,7 +5,7 @@

    Color scheme

    -
    +