Skip to content

Commit

Permalink
lien geoportail en header et rss en footer
Browse files Browse the repository at this point in the history
  • Loading branch information
slafayIGN committed Jan 15, 2024
1 parent 5325f62 commit 9e8a92f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions _includes/templates/footer.njk
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
<li class="fr-footer__bottom-item">
<a class="fr-footer__bottom-link" href="/fr/donnees-personnelles/">{{ "personal_data" | i18n }}</a>
</li>
<li class="fr-footer__bottom-item">
<a class="fr-footer__bottom-link fr-icon-rss-line fr-link--icon-left" href="/feed/feed.json">Flux RSS</a>
</li>
<li class="fr-footer__bottom-item">
<a class="fr-footer__bottom-link fr-icon-pencil-line fr-link--icon-left" href="{{ metadata.repository_url }}/blob/main/{{ page.inputPath }}">{{ "edit_this_page" | i18n }}</a>
</li>
Expand Down
6 changes: 3 additions & 3 deletions _includes/templates/header.njk
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
</div>
<div class="fr-header__tools">
<div class="fr-header__tools-links">
<ul class="fr-links-group">
<ul class="fr-btns-group">
<li>
<a class="fr-link fr-icon-rss-line" href="/feed/feed.json">Flux RSS</a>
<a href="https://www.geoportail.gouv.fr/carte" class="fr-btn fr-icon-arrow-right-line fr-btn--icon-right" target="_blank" rel="noreferrer" title="Accéder au Géoportail - ouvre une nouvelle fenêtre">Accéder au Géoportail</a>
</li>
</ul>
{% include "templates/translate.njk" %}
{# {% include "templates/translate.njk" %} #}
</div>
<div class="fr-header__search fr-modal" id="modal-474">
<div class="fr-container fr-container-lg--fluid">
Expand Down

0 comments on commit 9e8a92f

Please sign in to comment.