mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-12 11:22:27 +00:00
Add themes in-tree
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{{ $cv := index $.Site.Data.json_resume $.Site.Language.Lang }}
|
||||
{{ with $cv.references }}
|
||||
<div class="jr__list jr-references__list">
|
||||
{{ range . }}
|
||||
<blockquote class="jr__item jr-references__item">
|
||||
<p>{{ .reference }}</p>
|
||||
<p>— {{ .name }}</p>
|
||||
</blockquote>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
Reference in New Issue
Block a user