Skip to content

Commit

Permalink
Add email and resume
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperTails committed Oct 21, 2024
1 parent d5476cb commit 12de4d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ smart_punctuation = false
#twitter = "@user"
github = "SuperTails"
linkedin = "carson-swoveland-b45116231"
email = "[email protected]"
#{ name = "Email", url = "mailto:[email protected]", icon = "bi-envelope-fill" },
#]

Expand Down
3 changes: 3 additions & 0 deletions templates/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ <h3><a href="{{ get_url(path="@/_index.md", lang=lang) }}">{{ config.title }}</a
</div>
</div>
<ul class="social-links">
{%- if config.extra.social.email -%}
<li><a href="mailto:{{ config.extra.social.email }}" aria-label="Go to Email"><i class="far fa-envelope"></i></a></li>
{%- endif -%}
{%- if config.extra.social.github -%}
<li><a href="https://github.com/{{ config.extra.social.github }}" aria-label="Go to Github profile page"><i class="fab fa-github"></i></a></li>
{%- endif -%}
Expand Down

0 comments on commit 12de4d2

Please sign in to comment.