forgot links
This commit is contained in:
parent
4d85b6eb52
commit
f59fcd7b8c
1 changed files with 4 additions and 1 deletions
|
@ -43,7 +43,10 @@
|
||||||
</template>
|
</template>
|
||||||
<template x-if="Alpine.store(link) == undefined">
|
<template x-if="Alpine.store(link) == undefined">
|
||||||
<div>
|
<div>
|
||||||
<p x-text="link"></p>
|
<a x-bind:href="link" x-text="link">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in a new issue