Setup blog formatting, started on resume

This commit is contained in:
2019-03-01 05:19:49 -05:00
parent c164340493
commit 651e95503d
10 changed files with 173 additions and 50 deletions

View File

@@ -0,0 +1,3 @@
<div id="{{ .Get 0 }}">
{{ .Inner }}
</div>

View 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>