Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dune-website
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
24
Issues
24
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Infrastructure
dune-website
Commits
82f593f4
Commit
82f593f4
authored
Dec 06, 2018
by
Christian Engwer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update news entry so that the news-carousel template can be shared with the gallery template
parent
2237cade
Pipeline
#14992
passed with stage
in 36 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
12 deletions
+2
-12
content/news/2018-11-15-hpdg-image.md
content/news/2018-11-15-hpdg-image.md
+1
-1
layouts/news/carousel.html
layouts/news/carousel.html
+1
-11
No files found.
content/news/2018-11-15-hpdg-image.md
View file @
82f593f4
...
...
@@ -2,7 +2,7 @@
date = "2018-11-11"
title = "hp-DG for two-phase flow"
content = "carousel"
image =
"/img/hpdg-twophase-flow.png"
image =
[
"/img/hpdg-twophase-flow.png"
]
package = "dune-fem"
url =
[
"paper","https://dx.doi.org/10.1016/j.apm.2018.10.013"
]
+++
...
...
layouts/news/carousel.html
View file @
82f593f4
<div
class=
"carousel-image"
>
<img
src=
"{{ .Params.image }}"
class=
"figure-img ratio img-responsive img-rounded"
alt=
"{{ .Title }}"
>
</div>
<div
class=
"carousel-caption"
>
<div
class=
"carousel-dark"
>
<h
style=
"font-weight: bold"
>
{{ .Title }}
</h>
<p>
{{ .Content }}
</p>
</div>
</div>
{{ partial "carousel-entry" . }}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment