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

single.html « markdown « layouts - github.com/eddiewebb/hugo-resume.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5d9ccd3e76bc914d47e0906bfb6177cde522dcda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{ define "main" }}
<section class="resume-section p-3 p-lg-5 d-flex flex-column">
  <div class="my-auto">
  	<div class="mb-3 d-flex flex-row justify-content-between">
    	<h2 class="mb-0"><span class="text-primary">{{ .Title }}</span></h2>
    	<span class="">{{ .Date.Format "January 2, 2006" }}</span>
    </div>
    <div>
    	{{ .Content }}
    </div>
</section>
{{ end }}