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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim Laberinto <git@kimlaberinto.com>2021-02-01 16:35:12 +0300
committerGitHub <noreply@github.com>2021-02-01 16:35:12 +0300
commitd0689030a08d642336ccb63445c93197c5f83e68 (patch)
tree1a03a0b1397206b222b679091cf6470d5aad6004 /layouts
parent01a9ea34ab121f7210a306a4bbc125c5e84e73aa (diff)
refactor: remove unnecessary line (#53)
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/widgets/experiences.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/partials/widgets/experiences.html b/layouts/partials/widgets/experiences.html
index cf29982..fb30809 100644
--- a/layouts/partials/widgets/experiences.html
+++ b/layouts/partials/widgets/experiences.html
@@ -5,7 +5,6 @@
<div class="font-bold text-xl">{{ .title }}</div>
<div class="flex flex-col md:flex-row md:justify-between">
<div>
- {{ $org_name := .organization_name}}
{{ if .organization.url }}
<a href="{{ .organization.url }}">{{ .organization.name | markdownify }}</a>
{{ else }}