Del: unused content and code
This commit is contained in:
parent
c15134e460
commit
d0b2bab3ee
@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
title: "{{ replace .Name "-" " " | title }}"
|
|
||||||
date: {{ .Date }}
|
|
||||||
draft: true
|
|
||||||
client:
|
|
||||||
tags: []
|
|
||||||
stack: []
|
|
||||||
image:
|
|
||||||
---
|
|
Binary file not shown.
Before Width: | Height: | Size: 597 KiB |
@ -1,11 +0,0 @@
|
|||||||
---
|
|
||||||
title: "Zara"
|
|
||||||
date: 2021-12-23T21:13:24Z
|
|
||||||
draft: false
|
|
||||||
client: Inditex
|
|
||||||
tags: []
|
|
||||||
stack: []
|
|
||||||
image: images/image.png
|
|
||||||
---
|
|
||||||
|
|
||||||
Zara project
|
|
@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
title: "Colophon"
|
|
||||||
date: 2021-10-22T23:00:22Z
|
|
||||||
draft: false
|
|
||||||
---
|
|
||||||
|
|
||||||
# Colophon
|
|
||||||
|
|
||||||
Colophon
|
|
@ -1,15 +0,0 @@
|
|||||||
{{ define "main" }}
|
|
||||||
|
|
||||||
<main>
|
|
||||||
Listado de proyectos.....
|
|
||||||
|
|
||||||
<div class="catalogue">
|
|
||||||
{{ range (.Paginate (where .Pages "Type" "projects")).Pages }}
|
|
||||||
{{ .Render "summary" }}
|
|
||||||
{{ end }}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
|
|
||||||
{{ end }}
|
|
@ -1,8 +0,0 @@
|
|||||||
{{ define "main" }}
|
|
||||||
|
|
||||||
<main>
|
|
||||||
<h1>{{ .Title }}</h1>
|
|
||||||
<img src="{{ .Params.image }}" style="width: 50%" />
|
|
||||||
</main>
|
|
||||||
|
|
||||||
{{ end }}
|
|
Loading…
x
Reference in New Issue
Block a user