- change footer background to line above Resume: - add LinkedIn - fix Unicode expand icon not showing on mobile
18 lines
230 B
HTML
18 lines
230 B
HTML
{{ partial "base/header.html" . }}
|
|
|
|
{{ partial "resume/print-icon.html" . }}
|
|
|
|
{{ partial "base/site-title.html" . }}
|
|
|
|
{{ partial "resume/contact-info.html" . }}
|
|
|
|
<div id="resume">
|
|
|
|
{{ .Content }}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|