Add conditionals for showing reCaptcha keys in form
Add "Back to Top" text string
Fix UI-text variable and add Danish Translation for Back to top (#1598)
* Added Danish Translation for Back to top
* Update categories.html
* Update tags.html
* Update posts.html
Update CHANGELOG and history
Use `relative_url` filter
Add `wide` modifier to archive layout
Configure entries layout `list` or `grid`
Switch between list or grid view by adding `entries_layout` to YAML Front Matter.
Add posts, categories, category, tags, tag, and collection layouts
Replace sample pages with hard coded HTML and Liquid in favor of a layout that does all the heavy lifting. Assign the appropriate `layout` via YAML Front Matter and away you go.
Fix search excerpts that run together
Replace `absolute_url` with `relative_url`
Where it makes sense replace asset paths and navigation related paths with `relative_url` filter.
Leave SEO related `<head>` elements and social sharing links as `absolute_url`.
Fixes #1588