Compare commits
No commits in common. "555c817bf681b0e627de8e486c63a1b9b6427d35" and "f29e7d4dcde4c225e40e610a4c401b85f1382f45" have entirely different histories.
555c817bf6
...
f29e7d4dcd
@ -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
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
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,8 +1,5 @@
|
|||||||
{{ range .Site.RegularPages }}
|
{{ define "main" }}
|
||||||
{{ if eq .RelPermalink "/ueber_uns/" }}
|
|
||||||
<h1>{{ .Title }}</h1>
|
|
||||||
<div>
|
|
||||||
{{ .Content }}
|
|
||||||
</div>
|
|
||||||
{{ end }}
|
|
||||||
{{ end }}
|
{{ end }}
|
Loading…
Reference in New Issue
Block a user