Fix button issue on safari

This commit is contained in:
Matt Lathrop
2022-09-01 17:59:02 -05:00
parent a177362851
commit 77396e0037
2 changed files with 0 additions and 6 deletions
@@ -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 @@
&copy; {{ now.Format "2006"}} {{ .Site.Params.copyright }} All Rights Reserved &copy; {{ 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">
&#10084;
</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