forked from nutomic/joinpeertube
Fix news link and remove news first paraph
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
1f43b93e50
commit
4c2f6aaf76
2 changed files with 2 additions and 3 deletions
|
@ -7,8 +7,8 @@
|
||||||
<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="bloc in $t('news.blocs')">
|
<div v-for="(bloc, key) in $t('news.blocs')" :id="key">
|
||||||
<a :href="`#${bloc.id}`"><h2 :id="bloc.id">{{ bloc.title }}</h2></a>
|
<a :href="`#${key}`"><h2>{{ 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>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -465,7 +465,6 @@ news:
|
||||||
newsletter26-03-2019:
|
newsletter26-03-2019:
|
||||||
title: 'PeerTube: retrospective, new features and more to come!'
|
title: 'PeerTube: retrospective, new features and more to come!'
|
||||||
text:
|
text:
|
||||||
- <b>Hello everyone!</b>
|
|
||||||
- Since version 1.0 has been released last November, we went on improving PeerTube,
|
- Since version 1.0 has been released last November, we went on improving PeerTube,
|
||||||
day after day. These improvements on PeerTube go well beyond the objectives
|
day after day. These improvements on PeerTube go well beyond the objectives
|
||||||
fixed during the crowdfunding. They have been funded by the <a href="https://framasoft.org/en/">Framasoft
|
fixed during the crowdfunding. They have been funded by the <a href="https://framasoft.org/en/">Framasoft
|
||||||
|
|
Loading…
Reference in a new issue