Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 46d8b008 authored by ROSPARS Benoit's avatar ROSPARS Benoit
Browse files

Fix alternate and edit link

parent 49a6b27c
No related branches found
No related tags found
No related merge requests found
<div class="md-header__option">
<div class="md-select">
{% set icon = config.theme.icon.alternate or "material/translate" %}
<button
class="md-header__button md-icon"
aria-label="{{ lang.t('select.language') }}"
>
{% include ".icons/" ~ icon ~ ".svg" %}
</button>
<div class="md-select__inner">
<ul class="md-select__list">
{% for alt in config.extra.alternate %}
<li class="md-select__item">
<a
href="{{ alt.link | url }}"
hreflang="{{ alt.lang }}"
class="md-select__link"
>
{{ alt.name }}
</a>
</li>
{% endfor %}
</ul>
</div>
</div>
</div>
\ No newline at end of file
...@@ -2,6 +2,7 @@ site_name: ePoc Mobile Learning ...@@ -2,6 +2,7 @@ site_name: ePoc Mobile Learning
site_url: https://epoc.inria.fr/ site_url: https://epoc.inria.fr/
repo_url: https://github.com/ePoc-app repo_url: https://github.com/ePoc-app
dev_addr: '127.0.0.1:1091' dev_addr: '127.0.0.1:1091'
edit_uri: epoc-website/edit/master/docs/
theme: theme:
name: material name: material
custom_dir: custom/ custom_dir: custom/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment