From 3dfb0dd221e7dc58850d9b0c2bb98e5d43abfc26 Mon Sep 17 00:00:00 2001 From: Jerry Kiely Date: Wed, 6 Nov 2019 15:32:47 +0000 Subject: [PATCH] removed links in project title - this can be added if required as an extension - wanted to make the template as consistent with the original as possible --- exampleSite/config.toml | 3 --- layouts/partials/projects.html | 4 +--- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index cf35a4a..dd7701b 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -252,19 +252,16 @@ googleAnalytics = "UA-XXXXXXX-Y" [[params.projects.list]] title = "Project Lorem Ipsum" meta = "Open Source" - url = "#" tagline = "You can use this section for your side projects. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus." [[params.projects.list]] title = "Project Sed Fringilla" meta = "Open Source" - url = "#" tagline = "You can use this section for your side projects. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim." [[params.projects.list]] title = "Project Praesent" meta = "Open Source" - url = "#" tagline = "You can use this section for your side projects. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim." diff --git a/layouts/partials/projects.html b/layouts/partials/projects.html index 8d87934..2f18d05 100644 --- a/layouts/partials/projects.html +++ b/layouts/partials/projects.html @@ -5,9 +5,7 @@ {{ range .Site.Params.projects.list }}
-

- {{ .title }} -

+

{{ .title }}

{{ .meta }}