Remove site button macro from macros template

This commit is contained in:
Leilukin 2024-08-12 11:13:06 +08:00 committed by Helen Chong
parent 5abf5cc295
commit 22f2d77766

View File

@ -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">