From 77869e16394fc1d4bb182fe8dcc83a1be78d51f5 Mon Sep 17 00:00:00 2001 From: davegson <3080765+davegson@users.noreply.github.com> Date: Thu, 27 May 2021 15:56:30 +0200 Subject: [PATCH] Link to post in PU compatibility disclaimer --- blog.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog.xml b/blog.xml index fd01071..e569602 100644 --- a/blog.xml +++ b/blog.xml @@ -16,7 +16,7 @@ layout: null <item> <title>{{ post.title | xml_escape }}</title> {% if post.progress_update %} - <description>Progress Updates Are Only Compatible in Webview (due to CSS tricks for NoJS support)</description> + <description>Progress Updates Are Only Compatible in Webview (due to CSS tricks for NoJS support). View in your Readers Webview or visit {{ site.url }}{{ post.url }}</description> <content:encoded> {{ post.content | markdownify | xml_escape }} </content:encoded>