Setup blog formatting, started on resume
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
{{ if not .Page.Date.IsZero }}
|
||||
<!-- <span class="key">published </span> -->
|
||||
<span class="val" id="content"><time itemprop="datePublished" datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date.Format "January 02, 2006" }}</time></span>
|
||||
<span class="val" id="content"><time id="publish-date" itemprop="datePublished" datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date.Format "January 02, 2006" }}</time></span>
|
||||
{{ end }}
|
||||
|
||||
{{ with .Params.categories }}
|
||||
|
||||
@@ -4,5 +4,12 @@
|
||||
|
||||
{{ partial "base16-logo.html" . }}
|
||||
|
||||
<div id="resume">
|
||||
|
||||
{{ .Content }}
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
3
layouts/shortcodes/md-div.html
Normal file
3
layouts/shortcodes/md-div.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<div id="{{ .Get 0 }}">
|
||||
{{ .Inner }}
|
||||
</div>
|
||||
2
layouts/shortcodes/project-header.html
Normal file
2
layouts/shortcodes/project-header.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<h2 class="project-title"><a href="{{ .Get "url" }}" target="_blank">{{ .Get "name" }}</a></h2>
|
||||
<p class="project-date">{{ .Get "date" }}</p>
|
||||
Reference in New Issue
Block a user