You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At first glance this looks like a bug with the front matter parser. Definitely not intentional behavior. Probably right that the "//" is getting escaped or there might be a split by ":" that's causing the issue.
Fixes:
Images/hyperlinks within meta tags
chrisdiana/cms.js#95
Google crawler issues
chrisdiana/cms.js#93
URLs using history instead of hashes
chrisdiana/cms.js#80
Also:
Embedded marked in the example as a default option for users
Implement github CI on pushes to verify repo
Include example site in deployed package
Switch onroute and onload to be separate methods outside of the config
object
Add dynamic page titles based on content
Add dynamic Last-Modified headers for automatic post dates
Add support for nested content
Add support for paths in the URL
Retool search to support searching body content
Add method to retrieve all tags for a given collection
Add SEO-specific page title (text that displays in the browser for the
page)
Add support for images within metadata (goes along with the bugfix)
Fix onroute to only be called AFTER the content has been rendered
Add debug logging method
I was trying to put urls in the post listings. Sort of a featured image for each post.
As a test I've put a url.
Then modified the layout on the post listings to reflect the changes:
and the output html looks like this:
Is it intentional? I suppose the // in the url are getting escaped by themselves.
The text was updated successfully, but these errors were encountered: