Merge pull request 'fixed missing startpage' (#21) from devel into master
Reviewed-on: Freifunk-Rhein-Sieg/freifunk-rhein-sieg.net#21
This commit is contained in:
commit
555c817bf6
@ -1,11 +1,8 @@
|
||||
---
|
||||
platform: linux/arm64
|
||||
|
||||
kind: pipeline
|
||||
name: website build
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
pipeline:
|
||||
docker:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
platforms: linux/amd64
|
||||
@ -19,7 +16,7 @@ steps:
|
||||
when:
|
||||
- branch: master
|
||||
|
||||
- name: docker-devel
|
||||
docker-devel:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
platforms: linux/amd64
|
||||
|
@ -2,6 +2,7 @@
|
||||
title: "Über uns"
|
||||
date: 2019-03-09T20:16:47+01:00
|
||||
url: /
|
||||
permalink: "/ueber_uns/"
|
||||
draft: false
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
{{ define "main" }}
|
||||
|
||||
|
||||
|
||||
{{ range .Site.RegularPages }}
|
||||
{{ if eq .RelPermalink "/ueber_uns/" }}
|
||||
<h1>{{ .Title }}</h1>
|
||||
<div>
|
||||
{{ .Content }}
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
Loading…
Reference in New Issue
Block a user