Compare commits
5 Commits
f29e7d4dcd
...
555c817bf6
Author | SHA1 | Date | |
---|---|---|---|
555c817bf6 | |||
deb9681087 | |||
bff6e05864 | |||
f8b5de4073 | |||
36028f8397 |
@ -1,11 +1,8 @@
|
|||||||
---
|
---
|
||||||
platform: linux/arm64
|
platform: linux/arm64
|
||||||
|
|
||||||
kind: pipeline
|
pipeline:
|
||||||
name: website build
|
docker:
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: docker
|
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
@ -19,7 +16,7 @@ steps:
|
|||||||
when:
|
when:
|
||||||
- branch: master
|
- branch: master
|
||||||
|
|
||||||
- name: docker-devel
|
docker-devel:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
title: "Über uns"
|
title: "Über uns"
|
||||||
date: 2019-03-09T20:16:47+01:00
|
date: 2019-03-09T20:16:47+01:00
|
||||||
url: /
|
url: /
|
||||||
|
permalink: "/ueber_uns/"
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
{{ define "main" }}
|
{{ range .Site.RegularPages }}
|
||||||
|
{{ if eq .RelPermalink "/ueber_uns/" }}
|
||||||
|
<h1>{{ .Title }}</h1>
|
||||||
|
<div>
|
||||||
|
{{ .Content }}
|
||||||
|
</div>
|
||||||
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
Loading…
Reference in New Issue
Block a user