Permalink
Please
sign in to comment.
Showing
with
122 additions
and 105 deletions.
- +3 −1 example.json
- +56 −50 schema.json
- +5 −1 schema/schema.go
- +1 −1 theme/defaults/test-theme/layouts/resumic/single.html
- +57 −52 ui.json
@@ -1,6 +1,6 @@ | ||
<html> | ||
<body> | ||
{{ $resume := index $.Site.Data.resumic .File.BaseFileName }} | ||
{{ $resume.core.name }} - {{ $resume.core.title }} | ||
{{ $resume.personal.name }} - {{ $resume.core.title }} | ||
</body> | ||
</html> |
0 comments on commit
cd06570