Fix news link and remove news first paraph

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2019-03-28 16:59:04 +01:00
parent 1f43b93e50
commit 4c2f6aaf76
No known key found for this signature in database
GPG key ID: A061B9DDE0CA0773
2 changed files with 2 additions and 3 deletions

View file

@ -7,8 +7,8 @@
<div class="container">
<h1>{{ $t('news.title') }}</h1>
<span>{{ $t('news.subtitle') }}</span>
<div v-for="bloc in $t('news.blocs')">
<a :href="`#${bloc.id}`"><h2 :id="bloc.id">{{ bloc.title }}</h2></a>
<div v-for="(bloc, key) in $t('news.blocs')" :id="key">
<a :href="`#${key}`"><h2>{{ bloc.title }}</h2></a>
<p v-for="p in bloc.text" v-html="p"></p>
</div>
</div>

View file

@ -465,7 +465,6 @@ news:
newsletter26-03-2019:
title: 'PeerTube: retrospective, new features and more to come!'
text:
- <b>Hello everyone!</b>
- 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
fixed during the crowdfunding. They have been funded by the <a href="https://framasoft.org/en/">Framasoft