updated resume page and Welcome post
This commit is contained in:
4
layouts/partials/foot.html
Normal file
4
layouts/partials/foot.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<div id='copyright' style="padding-top: 1%;">
|
||||
This site is built using <a href="https://gohugo.io/">Hugo</a> using the
|
||||
<a href="https://github.com/tblyler/light-hugo">light-hugo</a> theme
|
||||
</div>
|
||||
1
layouts/partials/head.html
Normal file
1
layouts/partials/head.html
Normal file
@@ -0,0 +1 @@
|
||||
<link rel="stylesheet" href="css/resume.css">
|
||||
BIN
layouts/shortcodes/.date.html.swp
Normal file
BIN
layouts/shortcodes/.date.html.swp
Normal file
Binary file not shown.
1
layouts/shortcodes/date.html
Normal file
1
layouts/shortcodes/date.html
Normal file
@@ -0,0 +1 @@
|
||||
<span style="white-space: nowrap;"><em>{{ .Get 0 }}</em></span>
|
||||
3
layouts/shortcodes/shortlist.html
Normal file
3
layouts/shortcodes/shortlist.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<div class="shortlist" style="margin-left:2em; margin-bottom:1em">
|
||||
{{.Inner}}
|
||||
</div>
|
||||
Reference in New Issue
Block a user