Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Tam <VincentTam@users.noreply.github.com>2019-08-14 15:40:10 +0300
committerHanzei <16541325+hanzei@users.noreply.github.com>2019-08-14 15:40:10 +0300
commit8b1684b6c27c51bde5c4bb058e40e288089eb129 (patch)
tree200fb0bbb0ea4cbe7ceda2e1d8d31a1dc54d2ac2 /archetypes
parent7dbdfe32b974c84397a2a09dad67523352c0dbdc (diff)
Removed trailing spaces and missing newline at EOF (#170)
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/default.md2
-rw-r--r--archetypes/projects.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index fbd25fc..17a3207 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -2,4 +2,4 @@
title: "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ .Date }}
draft: true
---- \ No newline at end of file
+---
diff --git a/archetypes/projects.md b/archetypes/projects.md
index ab9bf7f..4523f83 100644
--- a/archetypes/projects.md
+++ b/archetypes/projects.md
@@ -1,9 +1,9 @@
---
title: "{{ replace .TranslationBaseName "-" " " | title }}" # Title of your project
-date: {{ .Date }}
+date: {{ .Date }}
weight: 0 # Order in which to show this project on the home page
external_link: "" # Optional external link instead of modal
-resources:
+resources:
- src: plant.jpg
params:
weight: -100 # Optional weighting for a specific image in this project folder