-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
369 serieasmhold se hele episoder (#385)
* Sletter filer med feil innhold * Legger til filer med riktig innhold * Oppretter en ny shortcode for artikkeldelinger * Bruker ny shortcode + legger til nedlastingsknapper
- Loading branch information
Showing
10 changed files
with
123 additions
and
43 deletions.
There are no files selected for viewing
Binary file renamed
BIN
+8.75 KB
content/serieutroskap/word.docx → ...serieutroskap/avtale om seriesamhold.docx
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file renamed
BIN
+25.4 KB
content/serieutroskap/pdf.pdf → .../serieutroskap/avtale om seriesamhold.pdf
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<div | ||
class="card mb-3" | ||
style="max-width: 800px;"> | ||
|
||
<div | ||
class="row no-gutters"> | ||
|
||
<div | ||
class="col-md-6 d-flex"> | ||
|
||
<div | ||
class="card-body d-flex flex-column"> | ||
|
||
<h5 | ||
class="card-title"> | ||
{{ .Get "header" }} | ||
</h5> | ||
|
||
<p | ||
class="card-text"> | ||
{{ .Inner }} | ||
</p> | ||
|
||
<div | ||
class="btn-group" | ||
role="group" | ||
aria-label="Document Formats"> | ||
|
||
<a | ||
href="{{ .Get "link" }}" class="btn btn-outline-primary"> | ||
<img src="{{ .Get "favicon" }}" alt="Logo til {{ .Get "publication" }}" style="width: 25px; height: 25px; margin-right: 5px;"> | ||
Les artikkelen på {{ .Get "publication" }} | ||
</a> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
<div | ||
class="col-md-6 overflow-hidden" | ||
style="height: 250px;"> | ||
|
||
<img | ||
src="{{ .Get "image" }}" | ||
class="card-img h-100" | ||
alt="{{ .Get "alt" }}" | ||
style="object-fit: cover;"> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
</div> |