Setup blog formatting, started on resume
This commit is contained in:
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