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:
authorVicky <vicky@vickylai.com>2018-09-03 06:55:10 +0300
committerVicky <vicky@vickylai.com>2018-09-03 06:55:10 +0300
commit4dd00f9d00d3c9c58b0707dc27ed3bcb4be41e9e (patch)
tree973701e282105d56a2c6dd55af0a8d39d260a796
parent636ed604522c750e04ebaad7f4859bd853895aeb (diff)
Fix external link url showing on home page projects section
-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>