forked from nutomic/joinpeertube
parent
1ae4ba5118
commit
1f43b93e50
1 changed files with 2 additions and 3 deletions
|
@ -7,10 +7,9 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>{{ $t('news.title') }}</h1>
|
<h1>{{ $t('news.title') }}</h1>
|
||||||
<span>{{ $t('news.subtitle') }}</span>
|
<span>{{ $t('news.subtitle') }}</span>
|
||||||
<div v-for="(key,bloc) in $t('news.blocs')">
|
<div v-for="bloc in $t('news.blocs')">
|
||||||
<a :href="`#${key}`"><h2 :id="key">{{ bloc.title }}</h2></a>
|
<a :href="`#${bloc.id}`"><h2 :id="bloc.id">{{ bloc.title }}</h2></a>
|
||||||
<p v-for="p in bloc.text" v-html="p"></p>
|
<p v-for="p in bloc.text" v-html="p"></p>
|
||||||
<hr />
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in a new issue