Skip to content

Commit

Permalink
Merge pull request #43 from comakingspace/workshop-redesign
Browse files Browse the repository at this point in the history
mixed up de and en
  • Loading branch information
NitramLegov authored Jul 8, 2024
2 parents 27e3f84 + dd94580 commit 011c51a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions de/equipment_all_separated.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
---
layout: default
title: Equipment
lang: en
ref: equipment_separated
permalink: /equipment_separated/
title: Ausrüstung
lang: de
ref: ausrüstung_getrennt
permalink: /ausrüstung_getrennt/
sitemap:
exclude: 'yes'
---

# Holzwerkstatt

{% assign machines_wood = "" | split: ',' %}
{% assign machines_metal = "" | split: ',' %}
{% assign machines_eroom = "" | split: ',' %}
Expand All @@ -22,8 +24,6 @@ sitemap:
{% assign machines_eroom = site.data.Workshops.ERoom_Machines | sort: "Caption", "last" %}
{% endif %}

# Holzwerkstatt

<div class="machines">
{% for machine in machines_wood %}
<div class="machine-container">
Expand All @@ -48,7 +48,7 @@ sitemap:
{% endfor %}
</div>

# Electronikraum
# Elektronik-Raum

<div class="machines">
{% for machine in machines_eroom %}
Expand Down
14 changes: 7 additions & 7 deletions en/equipment_all_separated.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
---
layout: default
title: Ausrüstung
lang: de
ref: ausrüstung_getrennt
permalink: /ausrüstung_getrennt/
title: Equipment
lang: en
ref: equipment_separated
permalink: /equipment_separated/
sitemap:
exclude: 'yes'
---

# Wood Workshop

{% assign machines_wood = "" | split: ',' %}
{% assign machines_metal = "" | split: ',' %}
{% assign machines_eroom = "" | split: ',' %}
Expand All @@ -24,6 +22,8 @@ sitemap:
{% assign machines_eroom = site.data.Workshops.ERoom_Machines | sort: "Caption", "last" %}
{% endif %}

# Wood Workshop

<div class="machines">
{% for machine in machines_wood %}
<div class="machine-container">
Expand All @@ -48,7 +48,7 @@ sitemap:
{% endfor %}
</div>

# Electronics-Room
# Electronics Room

<div class="machines">
{% for machine in machines_eroom %}
Expand Down

0 comments on commit 011c51a

Please sign in to comment.