Skip to content

Commit 7c8919e

Browse files
committed
Fix for post image and API update
1 parent c2f690b commit 7c8919e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

_layouts/json.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ layout: none
66
{
77
"title": {{ post.title | jsonify }},
88
"url": {{ post.url | jsonify }},
9+
"full_url":{{site.url}}{{post.url}}
910
"date": {{ post.date | date_to_string | jsonify }},
1011
"publish_date":{{post.date|jsonify}},
11-
"excerpt": {{ post.excerpt | strip_html | strip_newlines | jsonify }},
12+
"excerpt": {{ post.description | strip_html | strip_newlines | jsonify }},
1213
"tags": {{ post.tags | jsonify }},
1314
"categories":{{post.categories | jsonify}}
1415
}{% unless forloop.last %},{% endunless %}

_posts/2025-10-26-microsoft-planner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Microsoft Planner
33
description: If you’ve ever felt overwhelmed keeping track of tasks across multiple projects, Microsoft Planner might just be the tool you didn’t know you needed. Here’s why I’ve started using it and how it keeps my team organized.
4-
image: assets/img/ms-planner-01.png
4+
image: /assets/img/ms-planner-01.png
55
categories: ["Microsoft","Planner"]
66
tags: ["productivity"]
77
---

0 commit comments

Comments
 (0)