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