fix: link interpolation in learning resource wrapper
This commit is contained in:
parent
25393b0f96
commit
eef83add38
1 changed files with 3 additions and 1 deletions
|
|
@ -8,7 +8,9 @@
|
|||
<div class="column">
|
||||
<h2 class="title">{{ title }}</h2>
|
||||
<p class="has-text-white is-size-4 mb-4">{{ desc }}</p>
|
||||
<h3 class="is-size-3"><a href="{{ link }}">{{ link }}</a></h3>
|
||||
<h3 class="is-size-3">
|
||||
<a :href="link" target="_blank" rel="noopener noreferrer nofollow">{{ link }}</a>
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue