chore: remove debug output from homepage hero section
This commit is contained in:
@@ -53,7 +53,6 @@
|
|||||||
{% if heroConfig.showSocial != false and socialLinks %}
|
{% if heroConfig.showSocial != false and socialLinks %}
|
||||||
<div class="flex flex-wrap gap-3">
|
<div class="flex flex-wrap gap-3">
|
||||||
{% for link in socialLinks %}
|
{% for link in socialLinks %}
|
||||||
<pre class="bg-pink-100 text-xs p-1 mb-1 rounded">DEBUG: icon={{ link.icon }}</pre>
|
|
||||||
<a
|
<a
|
||||||
href="{{ link.url }}"
|
href="{{ link.url }}"
|
||||||
rel="{{ link.rel }} noopener"
|
rel="{{ link.rel }} noopener"
|
||||||
|
|||||||
Reference in New Issue
Block a user