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:
Diffstat (limited to 'layouts/partials/projects.html')
-rw-r--r--layouts/partials/projects.html4
1 files changed, 1 insertions, 3 deletions
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">