Remove site button macro from macros template

This commit is contained in:
Helen Chong 2024-08-12 11:13:06 +08:00
parent 40650c528d
commit 92196fd0ac
1 changed files with 0 additions and 9 deletions

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) -%} {%- macro modEntry(params) -%}
### {{ params.title }} ### {{ params.title }}
<div class="mod-entry"> <div class="mod-entry">