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

github.com/cowboysmall-tools/hugo-devresume-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Kiely <jerry@cowboysmall.com>2019-11-06 18:32:47 +0300
committerJerry Kiely <jerry@cowboysmall.com>2019-11-06 18:32:47 +0300
commit3dfb0dd221e7dc58850d9b0c2bb98e5d43abfc26 (patch)
tree33b5983722ea8e60ae9e577c9b58f7f9e4b3d18a
parent2b7ffae07a18492669c6e44083cb847aba7bb22c (diff)
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
-rw-r--r--exampleSite/config.toml3
-rw-r--r--layouts/partials/projects.html4
2 files changed, 1 insertions, 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 }}
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
- <h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">
- <a class="resume-link" href="{{ .url }}" target="_blank">{{ .title }}</a>
- </h4>
+ <h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">{{ .title }}</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-left text-md-right">{{ .meta }}</div>
</div>
<div class="item-content">