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/homepage-issue-header.html')
-rw-r--r--layouts/partials/homepage-issue-header.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/homepage-issue-header.html b/layouts/partials/homepage-issue-header.html
new file mode 100644
index 0000000..2f58ea0
--- /dev/null
+++ b/layouts/partials/homepage-issue-header.html
@@ -0,0 +1,3 @@
+<h2 class="h5 homepage-issue-current">Current Issue</h2>
+<div class="h1 homepage-issue-identifier">{{ with .Page.Params.volume }}Vol. {{ . }}{{ end }}{{ with .Page.Params.issue }} No. {{ . }}{{ end }} ({{ dateFormat "2006" .Page.Params.issuedate }})</div>
+<div class="h6 homepage-issue-published">Published {{ dateFormat "January 2, 2006" .Params.issuedate }}</div> \ No newline at end of file