Change attribute back to text
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
70ae7418f6
commit
594a87a711
4 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
img: props.img || '',
|
img: props.img || '',
|
||||||
svg: props.svg || '',
|
svg: props.svg || '',
|
||||||
txt: props.txt || '',
|
text: props.text || '',
|
||||||
href: props.href || '/',
|
href: props.href || '/',
|
||||||
onclick: props.onclick || '',
|
onclick: props.onclick || '',
|
||||||
titlestyle: 'min-width: 275px;' + (props.titlestyle || ''),
|
titlestyle: 'min-width: 275px;' + (props.titlestyle || ''),
|
||||||
|
@ -15,8 +15,8 @@
|
||||||
<div class="figure">
|
<div class="figure">
|
||||||
<slot:img></slot:img>
|
<slot:img></slot:img>
|
||||||
</div>
|
</div>
|
||||||
<if condition="txt != ''">
|
<if condition="text != ''">
|
||||||
<p style="font-size: 200px; text-align: center; margin: 0; padding: 0;">{{txt}}</p>
|
<p style="font-size: 200px; text-align: center; margin: 0; padding: 0;">{{text}}</p>
|
||||||
</if>
|
</if>
|
||||||
<markdown>
|
<markdown>
|
||||||
<slot:title />
|
<slot:title />
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
That's crazy
|
That's crazy
|
||||||
</x-blockquote>
|
</x-blockquote>
|
||||||
</x-section-head>
|
</x-section-head>
|
||||||
<x-project txt="?">
|
<x-project text="?">
|
||||||
<fill:title># Coming soon to theaters</fill:title>
|
<fill:title># Coming soon to theaters</fill:title>
|
||||||
<fill:subtitle>## This website is under construction</fill:subtitle>
|
<fill:subtitle>## This website is under construction</fill:subtitle>
|
||||||
<fill:description>We'll get to it, trust</fill:description>
|
<fill:description>We'll get to it, trust</fill:description>
|
||||||
|
|
|
@ -112,7 +112,7 @@
|
||||||
</markdown>
|
</markdown>
|
||||||
</fill:description>
|
</fill:description>
|
||||||
</x-project>
|
</x-project>
|
||||||
<x-project txt="e" href="https://github.com/StratusFearMe21/grezi-next">
|
<x-project text="e" href="https://github.com/StratusFearMe21/grezi-next">
|
||||||
<fill:title># Grezi</fill:title>
|
<fill:title># Grezi</fill:title>
|
||||||
<fill:subtitle>## When the power is point</fill:subtitle>
|
<fill:subtitle>## When the power is point</fill:subtitle>
|
||||||
<fill:description>
|
<fill:description>
|
||||||
|
@ -128,7 +128,7 @@
|
||||||
</markdown>
|
</markdown>
|
||||||
</fill:description>
|
</fill:description>
|
||||||
</x-project>
|
</x-project>
|
||||||
<x-project txt="?" class="project-alt">
|
<x-project text="?" class="project-alt">
|
||||||
<fill:title># Mystery</fill:title>
|
<fill:title># Mystery</fill:title>
|
||||||
<fill:subtitle>## _Oooooooo_</fill:subtitle>
|
<fill:subtitle>## _Oooooooo_</fill:subtitle>
|
||||||
<fill:description>
|
<fill:description>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
OMG these projects are so skibidi! I must know the rizzlers behind them!
|
OMG these projects are so skibidi! I must know the rizzlers behind them!
|
||||||
</x-blockquote>
|
</x-blockquote>
|
||||||
</x-section-head>
|
</x-section-head>
|
||||||
<x-project txt="?">
|
<x-project text="?">
|
||||||
<fill:title># Coming soon to theaters</fill:title>
|
<fill:title># Coming soon to theaters</fill:title>
|
||||||
<fill:subtitle>## This website is under construction</fill:subtitle>
|
<fill:subtitle>## This website is under construction</fill:subtitle>
|
||||||
<fill:description>We'll get to it, trust</fill:description>
|
<fill:description>We'll get to it, trust</fill:description>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue