-
Notifications
You must be signed in to change notification settings - Fork 31
Description
From Gabriel #28
We may want to refine slightly over this solution because the syndication feed item produced is not optimal: cliking it goes to our blog, precisely to this page with just the title, and then you have to click the title again to go to the actual content. It would be best of course if we could have the URL of the feed item (
<link rel="alternate">
in Atom parlance) point to the original post directly (again, changes to Frog are required with explicit cross-posting support), but otherwise it would be nice if we had a link to the original post in the article's header, because people could then follow it from their syndication feed (so one extra click instead of two to access the content).
The "this solution" in the 1st sentence is creating a blog post that only contains meta-data, e.g.:
Title: [Getting Started in Programming Languages (Cross-Post)](http://jschuster.org/blog/2016/11/29/getting-started-in-programming-languages/)
Date: 2016-11-30T15:24:45
Tags: by Jonathan Schuster, tutorial, semantics, books