Remove site button macro from macros template
This commit is contained in:
parent
40650c528d
commit
92196fd0ac
|
@ -1,12 +1,3 @@
|
|||
{%- macro siteButton(url, file, alt, tooltip=alt, width=88, height=31) -%}
|
||||
<li class="tipcontainer">
|
||||
<a href="{{ url }}" class="tipactivator">
|
||||
<img src="/assets/buttons/{{ file }}" alt="{{ alt }}" width="{{ width }}" height="{{ height }}" loading="lazy">
|
||||
</a>
|
||||
<p class="tooltip">{{ tooltip }}</p>
|
||||
</li>
|
||||
{%- endmacro -%}
|
||||
|
||||
{%- macro modEntry(params) -%}
|
||||
### {{ params.title }}
|
||||
<div class="mod-entry">
|
||||
|
|
Loading…
Reference in New Issue