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:
-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 c282cbc..64a54c8 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -247,19 +247,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">