mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
about widget: Change class name to work around uBlock bug (Close #276)
This commit is contained in:
parent
66ca3fca75
commit
4cc8bb337b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
<link itemprop="url" href="{{ $.Site.BaseURL }}">
|
||||
|
||||
<ul class="social-icon" aria-hidden="true">
|
||||
<ul class="network-icon" aria-hidden="true">
|
||||
{{ range $.Site.Params.social }}
|
||||
{{ $pack := or .icon_pack "fa" }}
|
||||
<li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue