Fix button issue on safari
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
© {{ now.Format "2006"}} {{ .Site.Params.copyright }} All Rights Reserved
|
||||
<div class="text-secondary">
|
||||
Made with
|
||||
<span class="text-danger">
|
||||
❤
|
||||
</span>
|
||||
and
|
||||
<a href="https://github.com/gurusabarish/hugo-profile" target="_blank"
|
||||
title="Designed and developed by gurusabarish">
|
||||
Hugo Profile
|
||||
|
||||
Reference in New Issue
Block a user