Fix button issue on safari
This commit is contained in:
@@ -12,7 +12,6 @@
|
|||||||
<div
|
<div
|
||||||
class="nav-link active bg-transparent"
|
class="nav-link active bg-transparent"
|
||||||
aria-selected="true"
|
aria-selected="true"
|
||||||
type="button"
|
|
||||||
role="tab"
|
role="tab"
|
||||||
data-bs-toggle="pill"
|
data-bs-toggle="pill"
|
||||||
id='{{ replace .company " " "-" }}-{{ replace .date " " "-" }}-tab'
|
id='{{ replace .company " " "-" }}-{{ replace .date " " "-" }}-tab'
|
||||||
@@ -27,7 +26,6 @@
|
|||||||
<div
|
<div
|
||||||
class="nav-link bg-transparent"
|
class="nav-link bg-transparent"
|
||||||
aria-selected="true"
|
aria-selected="true"
|
||||||
type="button"
|
|
||||||
role="tab"
|
role="tab"
|
||||||
data-bs-toggle="pill"
|
data-bs-toggle="pill"
|
||||||
id='{{ replace .company " " "-" }}-{{ replace .date " " "-" }}-tab'
|
id='{{ replace .company " " "-" }}-{{ replace .date " " "-" }}-tab'
|
||||||
|
|||||||
@@ -10,10 +10,6 @@
|
|||||||
© {{ now.Format "2006"}} {{ .Site.Params.copyright }} All Rights Reserved
|
© {{ now.Format "2006"}} {{ .Site.Params.copyright }} All Rights Reserved
|
||||||
<div class="text-secondary">
|
<div class="text-secondary">
|
||||||
Made with
|
Made with
|
||||||
<span class="text-danger">
|
|
||||||
❤
|
|
||||||
</span>
|
|
||||||
and
|
|
||||||
<a href="https://github.com/gurusabarish/hugo-profile" target="_blank"
|
<a href="https://github.com/gurusabarish/hugo-profile" target="_blank"
|
||||||
title="Designed and developed by gurusabarish">
|
title="Designed and developed by gurusabarish">
|
||||||
Hugo Profile
|
Hugo Profile
|
||||||
|
|||||||
Reference in New Issue
Block a user