Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/epistemehealth/health-science-journal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/issue-description.html')
-rw-r--r--layouts/partials/issue-description.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/layouts/partials/issue-description.html b/layouts/partials/issue-description.html
new file mode 100644
index 0000000..be80d62
--- /dev/null
+++ b/layouts/partials/issue-description.html
@@ -0,0 +1,15 @@
+{{ $issuelink := .Page.Permalink }}
+{{ if .Title }}
+<div class="row justify-content-center page-issue-details">
+<div class="col-lg-9">
+<div class="page-issue-description-wrapper">
+<div class="page-issue-description">
+<div class="h2">
+{{ .Title }}
+</div>
+{{ with .Description }}<p>{{ . }}</p>{{ end }}
+</div>
+</div>
+</div>{{ with .Page.Params.issuecover }}<div class="col-lg-3"><a href="{{ $issuelink }}"><img class="img-fluid page-issue-cover" src="{{ $.Site.BaseURL }}{{ . }}"></a></div>
+{{ end }}
+</div>{{ end }} \ No newline at end of file