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

gitlab.com/mertbakir/resume-a4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/section-publications.html')
-rw-r--r--layouts/partials/section-publications.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/layouts/partials/section-publications.html b/layouts/partials/section-publications.html
index d7c5bdb..1216c06 100644
--- a/layouts/partials/section-publications.html
+++ b/layouts/partials/section-publications.html
@@ -1,7 +1,14 @@
{{ range .Data.publications }}
<div class="item">
+ {{ $useFontAwesome := $.Params.publications.useFontAwesome | default $.Params.useFontAwesome }}
+ {{ $noExternalIcon := not ($.Params.publications.externalLinkIcon | default $.Params.externalLinkIcon) }}
+
{{- if .link }}
- <a href="{{ .link }}">
+ {{- if $useFontAwesome}}
+ <i class="fas fa-link"></i> <a class="no-external-icon" href="{{ .link }}">
+ {{- else -}}
+ <a class="{{ if $noExternalIcon }}no-external-icon{{ end }}" href="{{ .link }}">
+ {{- end -}}
{{- end -}}
{{- if eq $.Feature.style "IEEE" }}
<span>