📝 Add link styles demo page
This commit is contained in:
8
exampleSite/layouts/shortcodes/link.html
Normal file
8
exampleSite/layouts/shortcodes/link.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<a
|
||||
class="link link-{{ .Get 0 }} sm:px-24 min-w-full py-2 mb-3 text-lg rounded"
|
||||
href="#"
|
||||
onclick="navigator.clipboard.writeText({{ .Get 0 }})"
|
||||
>
|
||||
<span class="mr-1">{{ partial "icon.html" (.Get 0) }}</span>
|
||||
{{ .Get 0 }}
|
||||
</a>
|
||||
Reference in New Issue
Block a user