diff --git a/_includes/author.html b/_includes/author.html index 9a7739b..312ae08 100644 --- a/_includes/author.html +++ b/_includes/author.html @@ -12,8 +12,7 @@ href="{{ author.gpg }}" rel="pgpkey authn">GPG{% endif %}

Published the - - {% include dates.html %} +

{% endif %} diff --git a/_layouts/post.html b/_layouts/post.html index 0a20333..53a8e46 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -4,7 +4,53 @@ layout: default {% if page.category == 'releases' %} {% include header.html %} +
@@ -111,9 +157,11 @@ layout: default
{% endif %}

-

Paused...

- +

+
+ + {% if onetracker > 1 %} diff --git a/_layouts/track.html b/_layouts/track.html index b263d06..a78e794 100644 --- a/_layouts/track.html +++ b/_layouts/track.html @@ -11,48 +11,36 @@ layout: default {% endfor %} diff --git a/index.html b/index.html index 1e363d9..399c29f 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ apps: icon: 📺 external: true - name: Read - link: '/log/#read' + link: '/log/' icon: 📰 external: false - name: Support diff --git a/log.html b/log.html index 43a0661..a7e1572 100644 --- a/log.html +++ b/log.html @@ -11,17 +11,26 @@ image: /images/pages/4-darkweb-instrumental-.jpeg
{% for post in site.posts %} {% if post.category == 'ramblings' %} -
- -
-
-

{{ post.title }}

-

{% include forloop-dates.html %}

-

{{ post.description }}

-

👀 Read post

-
- - +
+
+ +
+
+
+
+

{{ post.title }}

+

+

{{ post.description }}

+
+
+

📰 Read Highlight

+
+
+
{% endif %} {% endfor %} \ No newline at end of file