Skip to content
Snippets Groups Projects
Commit 680bff67 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

papers

parent 5956b410
No related branches found
No related tags found
No related merge requests found
......@@ -53,15 +53,21 @@
@include grid
.content
@include media-breakpoint-up(desktop)
grid-column: 1 / 9
grid-column: 5 / 12
section + section
margin-top: $spacing2
@include media-breakpoint-up(desktop)
margin-top: $spacing4
.squared-button
margin-bottom: 0
margin-top: $spacing2
margin-top: $spacing0
width: auto
.paper-essentials
h2
@include meta
margin-top: $spacing2
&:first-of-type
margin-top: 0
.paper-body
h2
margin-bottom: $spacing2
......@@ -79,8 +85,9 @@
text-decoration: none
.document-nav
@include media-breakpoint-up(desktop)
grid-column: 9 / 12
order: 2
grid-column: 1 / 5
img
width: col(2, 4)
dl
margin: 0
dt
......
......@@ -150,10 +150,12 @@ pages:
informations: Informations
posts: News
papers:
abstract: Abstract
dates:
published: Published
accepted: Accepted
received: Received
download: Download
persons:
posts: News
programs: Programs
......
......@@ -150,10 +150,12 @@ pages:
informations: Informations
posts: Actualités
papers:
abstract: Abstract
dates:
published: Date de publication
accepted: Date d'acceptation
received: Date de réception
download: Téléchargement
persons:
posts: Actualités publiées récemment
programs: Enseignements
......
......@@ -23,7 +23,7 @@
</div>
</div>
{{ partial "blocks/list.html" . }}
{{ end }}
<section>
<p itemprop="abstract">{{ partial "PrepareHTML" .Params.Abstract }}</p>
<section class="paper-essentials">
{{ with .Params.Abstract }}
<h2>{{ i18n "papers.abstract" }}</h2>
<p itemprop="abstract">{{ partial "PrepareHTML" . }}</p>
{{ end }}
<h2>{{ i18n "papers.download" }}</h2>
<div role="group">
{{ partial "papers/actions.html" (dict
"paper" .
"only_file" true
) }}
) }}
</div>
</section>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment