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

github.com/uicardiodev/hugo-uilite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArunvel Sriram <arunvelsriram@gmail.com>2019-05-25 22:29:29 +0300
committerArunvel Sriram <arunvelsriram@gmail.com>2019-05-25 22:29:29 +0300
commit9d7b1ea3eddd7089d9309c35c0bdccbef18fee4f (patch)
tree90363864207b9ce7ea4cd98a2cde94cd2b1f75c7 /layouts
parent8e97d84a1c23c75aeb4a7e843aaa37e683ff062d (diff)
Add website for companies under experience section
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/experience.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/partials/experience.html b/layouts/partials/experience.html
index b344287..8807974 100644
--- a/layouts/partials/experience.html
+++ b/layouts/partials/experience.html
@@ -10,6 +10,13 @@
<div class="timeline-content {{ if eq (mod $index 2) 0 }} right {{ end }}">
<span class="date">{{ $element.timeperiod }}</span>
<h6 class="h3 my-2">{{ $element.company }}</h6>
+ {{ $website := $element.website }}
+ {{ if $website }}
+ <a target="_blank" href="{{ $website }}">
+ <i class="fas fa-link"></i>
+ {{ $website }}
+ </a>
+ {{ end }}
<p class="">{{ $element.description }}</p>
</div>
</div>