Skip to content

Commit

Permalink
add resume to address links
Browse files Browse the repository at this point in the history
  • Loading branch information
ajvpot committed Jul 24, 2023
1 parent a0b29c9 commit 3227280
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion author/about.md

This file was deleted.

1 change: 1 addition & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ params:
githubuser: ajvpot
twitteruser: ajvpot
mastodon: 'https://infosec.exchange/@vanderpot'
resume: 'https://vanderpot.com/resume'

outputs:
home:
Expand Down
4 changes: 3 additions & 1 deletion themes/neofeed/layouts/partials/h-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ <h1 class="p-name">{{ with .Site.Author.name }}{{ . }}{{ end }}</h1>
<a rel="me" href="{{ . }}">mastodon</a>{{ end }}
{{ with .Site.Params.twitteruser }} {{ $.Site.Params.separator | default "∙" }}
<a rel="me" href="https://twitter.com/{{ . }}">twitter</a>{{ end }}
{{ with .Site.Params.resume }} {{ $.Site.Params.separator | default "∙" }}
<a rel="me" href="{{ . }}">hire me</a>{{ end }}
</address>
<p class="p-note">
{{ $bio := "author/about.md" }}
Expand All @@ -32,4 +34,4 @@ <h1 class="p-name">{{ with .Site.Author.name }}{{ . }}{{ end }}</h1>
</p>
</div>
</div>
</div>
</div>

0 comments on commit 3227280

Please sign in to comment.