Skip to content

Commit

Permalink
made photo square and bug fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
mjowen committed Aug 5, 2024
1 parent 2cec0c2 commit e08cdad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@
<div class="container sidebar-sticky">
<div class="sidebar-about">
<h1>
<a href="{{ site.baseurl }}">
{{ site.title }}
<a href="{{ site.url }}/">
<img src="/photo.jpg" height="auto" width="200" style="border-radius:50%" alt="Matt J Owen">
</a>
</h1>
<h2>
<a href="{{ site.url }}/">
{{ site.title }}
</a>
</h2>
<p class="lead">{{ site.description }}</p>
</div>

<nav class="sidebar-nav">
<a class="sidebar-nav-item{% if page.url == site.baseurl %} active{% endif %}" href="{{ site.baseurl }}/">About</a>
<a class="sidebar-nav-item{% if page.url == site.baseurl %} active{% endif %}" href="{{ site.url }}/">About</a>

{% comment %}
The code below dynamically generates a sidebar nav of pages with
Expand Down
Binary file modified photo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e08cdad

Please sign in to comment.