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

github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Lathrop <matthew.lathrop@contracto.tactuallabs.com>2022-09-02 01:59:02 +0300
committerMatt Lathrop <matthew.lathrop@contracto.tactuallabs.com>2022-09-02 01:59:02 +0300
commit77396e0037687d11f8442658826b8aba8f030f33 (patch)
tree9d1b23a86d188742d33c22f5440284e613d556be
parenta17736285164e678d6480ddd876474de4aaaedf7 (diff)
Fix button issue on safari
-rw-r--r--layouts/partials/sections/experience.html2
-rw-r--r--layouts/partials/sections/footer/copyright.html4
2 files changed, 0 insertions, 6 deletions
diff --git a/layouts/partials/sections/experience.html b/layouts/partials/sections/experience.html
index c64c490..e59f4b4 100644
--- a/layouts/partials/sections/experience.html
+++ b/layouts/partials/sections/experience.html
@@ -12,7 +12,6 @@
<div
class="nav-link active bg-transparent"
aria-selected="true"
- type="button"
role="tab"
data-bs-toggle="pill"
id='{{ replace .company " " "-" }}-{{ replace .date " " "-" }}-tab'
@@ -27,7 +26,6 @@
<div
class="nav-link bg-transparent"
aria-selected="true"
- type="button"
role="tab"
data-bs-toggle="pill"
id='{{ replace .company " " "-" }}-{{ replace .date " " "-" }}-tab'
diff --git a/layouts/partials/sections/footer/copyright.html b/layouts/partials/sections/footer/copyright.html
index efacc04..f821caf 100644
--- a/layouts/partials/sections/footer/copyright.html
+++ b/layouts/partials/sections/footer/copyright.html
@@ -10,10 +10,6 @@
&copy; {{ now.Format "2006"}} {{ .Site.Params.copyright }} All Rights Reserved
<div class="text-secondary">
Made with
- <span class="text-danger">
- &#10084;
- </span>
- and
<a href="https://github.com/gurusabarish/hugo-profile" target="_blank"
title="Designed and developed by gurusabarish">
Hugo Profile