Skip to content

Commit

Permalink
template: add linkedin link/icon
Browse files Browse the repository at this point in the history
  • Loading branch information
cu committed Dec 7, 2023
1 parent d1dc2c5 commit b2878ab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,3 @@ An image as a link with a caption:
<figcaption>This is a caption</figcaption>
</figure>
```

8 changes: 8 additions & 0 deletions themes/cpto/static/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions themes/cpto/templates/base.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<div class="sidebar-module">
<h4>Connect</h4>
<div class="sidebar-module-content">
<a href="https://www.linkedin.com/in/charles-ulrich-a1b415266/"><img src="{{ SITEURL }}/theme/linkedin.svg" width="24" height="24"></a>
<a href="https://github.com/cu"><img src="{{ SITEURL }}/theme/github.png" width="24" height="24"></a>
<a href="https://lobste.rs/u/bityard"><img src="{{ SITEURL }}/theme/lobsters.png" width="24" height="24"></a>
<a href="{{ SITEURL }}/pages/email.html"><img src="{{ SITEURL }}/theme/mail.svg" width="24" height="24"></a>
Expand Down

0 comments on commit b2878ab

Please sign in to comment.