Compare commits
1 Commits
fdffee234f
...
6990742fb5
Author | SHA1 | Date | |
---|---|---|---|
6990742fb5 |
@ -43,14 +43,6 @@ tiles:
|
|||||||
## Arbeitsgemeinschaften
|
## Arbeitsgemeinschaften
|
||||||
- Lego-Robotik (extern)
|
- Lego-Robotik (extern)
|
||||||
- Programmieren-AG (extern)
|
- Programmieren-AG (extern)
|
||||||
- title: Junior-Ingenieur-Akademie
|
|
||||||
image: /media/image.webp
|
|
||||||
bg_color: \#00994C
|
|
||||||
icon: tools
|
|
||||||
font_color: white
|
|
||||||
external:
|
|
||||||
enable: true
|
|
||||||
link: /pages/jia
|
|
||||||
---
|
---
|
||||||
Das Georg-Cantor-Gymnasium ist eine weiterführende Schule in der Saalestadt Halle mit
|
Das Georg-Cantor-Gymnasium ist eine weiterführende Schule in der Saalestadt Halle mit
|
||||||
mathematisch-naturwissenschaftlich-technischem Schwerpunkt. Sie ist eine von insgesamt
|
mathematisch-naturwissenschaftlich-technischem Schwerpunkt. Sie ist eine von insgesamt
|
||||||
|
@ -15,11 +15,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="card-body d-flex flex-column">
|
<div class="card-body d-flex flex-column">
|
||||||
<h4 class="card-title text-truncate">{{ .title }}</h4>
|
<h4 class="card-title text-truncate">{{ .title }}</h4>
|
||||||
{{ if .external.enable }}
|
<button type="button" class="btn btn-primary btn-sm mt-auto align-self-start" onclick="$('#{{ md5 .title }}').modal('show');" data-pagefind-ignore>Mehr anzeigen</button>
|
||||||
<a href="{{ .external.link | absURL }}" class="btn btn-primary btn-sm mt-auto align-self-start">Mehr anzeigen</a>
|
|
||||||
{{ else }}
|
|
||||||
<button type="button" class="btn btn-primary btn-sm mt-auto align-self-start" onclick="$('#{{ md5 .title }}').modal('show');" data-pagefind-ignore>Mehr anzeigen</button>
|
|
||||||
{{ end }}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user