Compare commits
1 Commits
master
...
stefan-pat
Author | SHA1 | Date | |
---|---|---|---|
a78696bad8 |
@ -1,8 +1,11 @@
|
|||||||
---
|
---
|
||||||
platform: linux/arm64
|
platform: linux/arm64
|
||||||
|
|
||||||
pipeline:
|
kind: pipeline
|
||||||
docker:
|
name: website build
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: docker
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
@ -16,7 +19,7 @@ pipeline:
|
|||||||
when:
|
when:
|
||||||
- branch: master
|
- branch: master
|
||||||
|
|
||||||
docker-devel:
|
- name: docker-devel
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
|
@ -8,20 +8,7 @@ draft: false
|
|||||||
|
|
||||||
## per E-Mail im Ticket Sytem
|
## per E-Mail im Ticket Sytem
|
||||||
|
|
||||||
<button id="zammad-feedback-form">Feedback</button>
|
E-Mail/Ticket: [Ticket System](https://tickets.freifunk-rhein-sieg.net/open.php)
|
||||||
|
|
||||||
<script id="zammad_form_script" src="https://support.freifunk-rhein-sieg.net/assets/form/form.js"></script>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
$(function() {
|
|
||||||
$('#zammad-feedback-form').ZammadForm({
|
|
||||||
messageTitle: 'Feedback-Formular',
|
|
||||||
messageSubmit: 'Übermitteln',
|
|
||||||
messageThankYou: 'Vielen Dank für Ihre Anfrage (#%s). Wir melden uns umgehend.',
|
|
||||||
modal: true
|
|
||||||
});
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
## Community Treffen
|
## Community Treffen
|
||||||
|
|
||||||
|
@ -1,8 +1,5 @@
|
|||||||
{{ range .Site.RegularPages }}
|
{{ define "main" }}
|
||||||
{{ if eq .RelPermalink "/ueber_uns/" }}
|
|
||||||
<h1>{{ .Title }}</h1>
|
|
||||||
<div>
|
|
||||||
{{ .Content }}
|
|
||||||
</div>
|
|
||||||
{{ end }}
|
|
||||||
{{ end }}
|
{{ end }}
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
<script src="https://code.jquery.com/jquery-3.6.0.min.js" crossorigin="anonymous"></script>
|
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
|
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
|
||||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user