Del: unused content and code

feature/oscar-theme
Óscar M. Lage 2022-02-28 23:59:39 +01:00
parent c15134e460
commit d0b2bab3ee
10 changed files with 0 additions and 52 deletions

View File

@ -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

View File

@ -1,11 +0,0 @@
---
title: "Zara"
date: 2021-12-23T21:13:24Z
draft: false
client: Inditex
tags: []
stack: []
image: images/image.png
---
Zara project

View File

@ -1,9 +0,0 @@
---
title: "Colophon"
date: 2021-10-22T23:00:22Z
draft: false
---
# Colophon
Colophon

View File

@ -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 }}

View File

@ -1,8 +0,0 @@
{{ define "main" }}
<main>
<h1>{{ .Title }}</h1>
<img src="{{ .Params.image }}" style="width: 50%" />
</main>
{{ end }}