diff --git a/src/lib/components/page/home/Layout.svelte b/src/lib/components/page/home/Layout.svelte index 3f52d9378..5cda781f0 100644 --- a/src/lib/components/page/home/Layout.svelte +++ b/src/lib/components/page/home/Layout.svelte @@ -1,6 +1,8 @@ - + {#if PAGE_DATA_SEO} {/if} {#each PAGE_DATA_SEO?.hreflang ?? [] as item} - {#if item.link == null} + {#if item?.link == null} {:else} {/if} {/each} +### COMPONENT HTML +### NOTE: +### use 'CTRL+SPACE' to autocomplete global class="" styles +### NOTE: +### access custom Betarena Scores VScode Snippets by typing emmet-like abbrev. +================= -->
+### COMPONENT STYLE +### NOTE: +### auto-fill/auto-complete iniside + \ No newline at end of file