Skip to content

Commit 64fa30f

Browse files
committed
🎨 Share + Fix Dates
1 parent 4880e7f commit 64fa30f

File tree

3 files changed

+19
-16
lines changed

3 files changed

+19
-16
lines changed

‎_layouts/post.html‎

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -79,21 +79,24 @@ <h1 class="text-4xl dark:text-neutral-100 font-bold">
7979
</p>
8080
{% endfor %}
8181
</div>
82-
<div class="flex items-center dark:text-neutral-100">
83-
{% include avatar.html %}
84-
85-
<div>
86-
<p class="text-sm dark:text-neutral-300">{{ page.author }}</p>
87-
<p class="text-sm text-gray-500 dark:text-neutral-300">
88-
{{ page.date | date: "%B %d, %Y" }} &bull;
89-
<span class="read-time" title="Estimated read time">
90-
{% assign words = page.content | strip_html | number_of_words
91-
%} {{ words | divided_by: 200 | plus: 1 }} min read
92-
</span>
93-
</p>
82+
<div class="dark:text-neutral-100">
83+
<div class="flex items-center">
84+
{% include avatar.html %}
85+
<div>
86+
<p class="text-sm dark:text-neutral-300">{{ page.author }}</p>
87+
<p class="text-sm text-gray-500 dark:text-neutral-300">
88+
{{ page.date | date: "%B %d, %Y" }} &bull;
89+
<span class="read-time" title="Estimated read time">
90+
{% assign words = page.content | strip_html |
91+
number_of_words %} {{ words | divided_by: 200 | plus: 1 }}
92+
min read
93+
</span>
94+
</p>
95+
</div>
9496
</div>
97+
98+
<div class="flex justify-end">{% include share.html %}</div>
9599
</div>
96-
<div class="">{% include share.html %}</div>
97100
</header>
98101

99102
<div class="content prose dark:prose-invert max-w-none">

‎_posts/2025/2025-01-09-New Year = New Blog.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "New Year = New Blog!"
4-
date: 2025-01-04
4+
date: 2025-01-09
55
author: "Daniele Rolli"
66
github: Daniele-rolli
77
label:

‎_posts/2025/2025-02-15-The final puzzle piece.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "The final puzzle piece"
4-
date: 2025-01-04
4+
date: 2025-02-15
55
author: "Daniele Rolli"
66
github: Daniele-rolli
77
label:
@@ -50,7 +50,7 @@ Now, everything from our website to our documentation is hosted on [GitHub Pages
5050

5151
This move not only simplifies our development process but also makes it easier for the community to contribute, suggest improvements, and track changes. If you’re interested in getting involved, keep an eye on our GitHub repositories, we’d love to hear your feedback!
5252

53-
We’re also going to fork the current Blog and Docs repository so that you can use them as templates for your own projects.
53+
We’re also going to fork the current [Blog](https://github.com/Beaver-Notes/Blog-Template) and Docs repository so that you can use them as templates for your own projects.
5454

5555
# Thank You 💖
5656

0 commit comments

Comments
 (0)