~codegouvfr/code.gouv.fr_public

9fbedbcece2f1777e16abf108adf7248163b22e9 — Bastien Guerry 28 days ago 9c221af
Update about links
M resources/public/md/sitemap.en.md => resources/public/md/sitemap.en.md +0 -1
@@ 8,7 8,6 @@
- [Recommended Free Software](#/sill)
- [Online services based on Free Software](#/services)
- [Stats](#/stats)
- [About](#/about)
- [Legal mentions](#/legal)
- [Accessibility](#/a11y)
- [RSS feed](#/feeds)

M resources/public/md/sitemap.fr.md => resources/public/md/sitemap.fr.md +0 -1
@@ 8,7 8,6 @@
- [Socle interministériel de logiciels libres](#/sill)
- [Services instanciant un logiciel libre](#/services)
- [Chiffres](#/stats)
- [À propos](#/about)
- [Mentions légales](#/legal)
- [Déclaration d'accessibilité](#/a11y)
- [Flux RSS](#/feeds)

M src/codegouvfr/core.cljs => src/codegouvfr/core.cljs +2 -7
@@ 1809,8 1809,7 @@
           (i/i lang [:Stats])]]
         [:li.fr-nav__item
          [:a.fr-nav__link
           {:aria-current (when (= path "/about") "page")
            :href         "#/about"}
           {:href "/mission"}
           (i/i lang [:About])]]]]]]]))

(defn subscribe [lang]


@@ 2044,7 2043,7 @@
     [:div.fr-card.fr-enlarge-link
      [:div.fr-card__body
       [:div.fr-card__title
        [:a.fr-card__link {:href "#/about"} (i/i lang [:About])]]
        [:a.fr-card__link {:href "/mission"} (i/i lang [:About])]]
       [:div.fr-card__desc  (i/i lang [:home-about-desc])]]]]]])

(defn main-page [q license language]


@@ 2070,8 2069,6 @@
                         (inline-page "legal.en.md"))
        :a11y     (condp = lang "fr" (inline-page "a11y.fr.md")
                         (inline-page "a11y.en.md"))
        :about    (condp = lang "fr" (inline-page "about.fr.md")
                         (inline-page "about.en.md"))
        :sitemap  (condp = lang "fr" (inline-page "sitemap.fr.md")
                         (inline-page "sitemap.en.md"))
        :feeds    (condp = lang "fr" (inline-page "feeds.fr.md")


@@ 2126,7 2123,6 @@
                 :sill     "Socle Interministériel De Logiciels Libres ─ Recommended Free Software"
                 :papillon "Services instanciant des logiciels libres ─ Online services based on Free Software"
                 :legal    "Mentions légales ─ Legal mentions"
                 :about    "À propos ─ About"
                 :deps     "Dépendances ─ Dependencies"
                 :tags     "Versions"
                 :stats    "Chiffres ─ Stats"


@@ 2156,7 2152,6 @@
   ["deps" :deps]
   ["legal" :legal]
   ["a11y" :a11y]
   ["about" :about]
   ["sitemap" :sitemap]
   ["feeds" :feeds]])


M src/codegouvfr/i18n.cljs => src/codegouvfr/i18n.cljs +2 -2
@@ 13,7 13,7 @@
  ;; French translation
  {:fr
   {
    :About                         "À propos"
    :About                         "Mission"
    :Deps                          "Dépendances"
    :Libraries                     "Bibliothèques"
    :Library                       "Bibliothèque"


@@ 196,7 196,7 @@
   ;; English translation
   :en
   {
    :About                         "About"
    :About                         "Mission"
    :Deps                          "Dependencies"
    :Libraries                     "Libraries"
    :Library                       "Library"