diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index feb1c10..125d2a2 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -35,7 +35,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2.6.0 with: - hugo-version: "0.120.4" + hugo-version: "0.132.2" extended: true - name: Build diff --git a/content/about/_index.md b/content/about/_index.md index 4f435fa..44c7f5e 100644 --- a/content/about/_index.md +++ b/content/about/_index.md @@ -28,7 +28,7 @@ The Board of Directors is the executive body of the association, vested with thi {{< people/person id="nicole-goebel" >}} - {{< people/person id="cornelius-schumacher" >}} + {{< people/person id="loic-hamelin" >}} {{< /people/gallery >}} ### OpenRail Team {#openrail-team} diff --git a/data/people.yml b/data/people.yml index 68ffbb4..fedaa20 100644 --- a/data/people.yml +++ b/data/people.yml @@ -61,7 +61,7 @@ cornelius-schumacher: img: cornelius-schumacher.jpg organisation: DB Systel GmbH organisation_role: Open Source Steward - openrail_role: Chair Technical Committee + openrail_role: Open Source Management links: linkedin: https://www.linkedin.com/in/cschum/ github: https://github.com/cornelius @@ -88,7 +88,7 @@ loic-hamelin: img: loic-hamelin.jpg organisation: SNCF RĂ©seau organisation_role: OSRD Program Director - openrail_role: OpenRail Team Member + openrail_role: Chair Technical Committee links: linkedin: https://www.linkedin.com/in/loic-hamelin/ simon-clavier: diff --git a/themes/openrail/layouts/partials/head.html b/themes/openrail/layouts/partials/head.html index da74e97..58cfb37 100644 --- a/themes/openrail/layouts/partials/head.html +++ b/themes/openrail/layouts/partials/head.html @@ -9,14 +9,14 @@ {{ end }} - {{ if .Site.IsServer }} + {{ if hugo.IsServer }} {{ $style := resources.Get "sass/main.scss" | resources.ExecuteAsTemplate "scss/main.scss" . | toCSS (dict "targetPath" "css/main.css" "outputStyle" "compressed" "enableSourceMap" false) }} {{ else }} {{ $style := resources.Get "sass/main.scss" | resources.ExecuteAsTemplate "scss/main.scss" . | toCSS (dict "targetPath" "css/main.css" "enableSourceMap" false) }} {{ end }} - {{ if .Site.IsServer }} + {{ if hugo.IsServer }} {{ $noscript := resources.Get "sass/noscript.scss" | resources.ExecuteAsTemplate "noscript.scss" . | toCSS (dict "targetPath" "css/noscript.css" "enableSourceMap" false) }} {{ else }}