v1.2.0
Features
- Support for additional properties on pages / articles (to simulate a Custom Post Type, or more)
- Addition of a feed that gathers articles from all blogs
- WebPath access from templates (e.g.
<meta property="og:url" content="<%- content.webPath %>">
) - Write {hot,short}code with singlequotes (e.g.
<meta property="og:url" content="${'hot': 'domain'}">
) - Adding the
enclosure
(image) property in normal pages - Adding OpenGraph tags to built-in theme
- Added site description to configuration file
Changes
- Templates: rename
ejsFavicons
,ejsCSS
andejsJavaScript
=>Favicons
,CSS
andJavaScript
.
Fixes
- Links to
#
no longer redirect to//#
.