Skip to content

Commit

Permalink
feat: dev update thumbnails (#248)
Browse files Browse the repository at this point in the history
Changed the background thumbnail for all previous posts on updates and
moved the date down on the summary page as well

![Screenshot 2024-10-10 at 08 54
48](https://github.com/user-attachments/assets/11de9952-8584-4c5e-b576-01bb1cc1d9b1)
  • Loading branch information
NovaT82 authored Oct 10, 2024
1 parent 8ac8cc8 commit b8aad62
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions _includes/updates-area.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
</div>

<div class="post-content {% if site.posts.size == 1 %}col-md-6{% endif %}">
<p class="post-date">{{ post.date | date: '%B %d, %Y' }}</p>
<p>{{ post.tag | strip_html }}</p>
<p>{{ post.tag | strip_html }} | {{ post.date | date: '%B %d, %Y' }}</p>
<h3 class="post-title"><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title | strip_html }}</a></h3>
<ul>
{% for topic in post.topics %}
Expand All @@ -30,7 +29,6 @@ <h3 class="post-title"><a href="{{ post.url | prepend: site.baseurl }}">{{ post.

</p>
<div class="post-meta">
<!-- {% if post.author %}<strong class="post-author">{{ post.author }}</strong>{% endif %} -->

</div>
<a class="btn2" style="width: 100%;" href="{{ post.url | prepend: site.baseurl }}">Read more</a>
Expand Down
2 changes: 1 addition & 1 deletion _updates/2024-07-22-update-133.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: update
tag: Developer Update
date: 2024-07-24
author: stringhandler
thumbnail: dev-update.jpg
thumbnail: update-background.jpg
title: Latest Commits and Enhancements
class: subpage
---
Expand Down
2 changes: 1 addition & 1 deletion _updates/2024-10-04-update-134.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: update
tag: Developer Update
date: 2024-10-04
author: solivagant
thumbnail: dev-update.jpg
thumbnail: update-background.jpg
title: Welcome to the Universe
class: subpage
---
Expand Down
Binary file removed assets/updates/img/dev-update.jpg
Binary file not shown.
Binary file added assets/updates/img/update-background-blue.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/updates/img/update-background.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 b8aad62

Please sign in to comment.