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:
authorHanzei <hanzei@mailbox.org>2018-08-30 20:40:32 +0300
committerHanzei <hanzei@mailbox.org>2018-08-30 20:40:32 +0300
commitd8c6e419ee0eba5cc4f5a9e1bacfd645c198e8f5 (patch)
tree7a4ae199933a294d9f0b296e0de38f7947fe891c
parent1abc809ca9d308566d3829c0044cbd7282a5f032 (diff)
Removed external_link from project links
Closes #1
-rw-r--r--layouts/partials/home/projects.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/partials/home/projects.html b/layouts/partials/home/projects.html
index 324573f..62d0a83 100644
--- a/layouts/partials/home/projects.html
+++ b/layouts/partials/home/projects.html
@@ -33,7 +33,6 @@
</div>
<div class="card-content has-text-centered top-pad">
<a {{ if .Params.external_link }} href="{{ .Params.external_link }}" {{ end }}>
- {{ .Params.external_link }}
{{ .Title }}
</a>
</div>