Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Jun 24, 2024
1 parent 05051a0 commit 73bb54e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ <h2>Downloads</h2>

<p class="publishedDate">Published {{ page.date | date: "%-d %B %Y" }}.</p>
{% endif %}
{% if page.comments != nil %}
<div class="comments"><a href="{{ page.comments }}"><img src="{{ site.url }}/assets/comments.svg">Discuss this release.</a></div>
{% endif %}
</div>
</div>
<div id="footer">
Expand Down
1 change: 1 addition & 0 deletions _posts/2024-06-24-friction-096.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ linux_portable: "portable-linux-x86_64.tar.bz2"
linux_appimage: "x86_64.AppImage"
linux_rpm: "1.x86_64.rpm"
download_active: true
comments: "https://github.com/orgs/friction2d/discussions/195"
---

# Friction 0.9.6
Expand Down
1 change: 1 addition & 0 deletions assets/comments.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -449,3 +449,18 @@ ul.platform { list-style-type: none; }
border-radius: .2em;
box-shadow: #000 0 0 5px;
}

.comments img {
width: 32px !important;
height: 32px !important;
border: unset !important;
border-radius: unset !important;
vertical-align: middle;
margin-right: .2em;
}
.comments {
font-weight: bold;;
}
.comments a {
text-decoration: none;
}

0 comments on commit 73bb54e

Please sign in to comment.