Skip to content

Commit a305d8f

Browse files
committed
fix: fixed feed (now empty as it should be), removed example post and created draft instead
1 parent 1179f39 commit a305d8f

File tree

3 files changed

+21
-34
lines changed

3 files changed

+21
-34
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: post
3+
title: "ActivityWatch v0.12.0 has been released!"
4+
date: 2022-03-20 12:00:00 +0200
5+
categories: news
6+
---
7+
8+
We've just released a new major version of ActivityWatch, download it now from the [releases page]().
9+
10+
[release]: https://github.com/ActivityWatch/activitywatch/releases/tag/v0.12.0b1

_layouts/post.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
---
22
layout: default
33
---
4-
<article class="post" itemscope itemtype="http://schema.org/BlogPosting">
4+
<div class="wrapper">
5+
<article class="post" itemscope itemtype="http://schema.org/BlogPosting">
56

6-
<header class="post-header">
7-
<h1 class="post-title" itemprop="name headline">{{ page.title }}</h1>
8-
<p class="post-meta"><time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time>{% if page.author %} • <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">{{ page.author }}</span></span>{% endif %}</p>
9-
</header>
7+
<header class="post-header">
8+
<h1 class="post-title" itemprop="name headline">{{ page.title }}</h1>
9+
<p class="post-meta"><time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time>{% if page.author %} • <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">{{ page.author }}</span></span>{% endif %}</p>
10+
</header>
1011

11-
<div class="post-content" itemprop="articleBody">
12-
{{ content }}
13-
</div>
12+
<div class="post-content" itemprop="articleBody">
13+
{{ content }}
14+
</div>
1415

15-
</article>
16+
</article>
17+
</div>

_posts/2016-05-21-welcome-to-jekyll.markdown

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)