Skip to content

Commit

Permalink
move "currently: " out of link
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Feb 6, 2024
1 parent 3356db6 commit e1b5387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index.html
Expand Up @@ -21,7 +21,7 @@ <h2>latest post: <a href="{{ posts.pages[0].path | safe }}">{{ posts.pages[0].ti
</div>

<div class="now">
<h2 class="deemphasized"><a href="{{ projects.0.path | safe }}">currently: {{ projects.0.title | markdown(inline=true) | safe }}</a></h2>
<h2 class="deemphasized">currently: <a href="{{ projects.0.path | safe }}">{{ projects.0.title | markdown(inline=true) | safe }}</a></h2>
{{ projects.0.content | safe }}

<a href="/projects" class="text-button">This and {{ projects | length - 1 }} other projects &rarr;</a>
Expand Down

0 comments on commit e1b5387

Please sign in to comment.