Proceed implementing responsive theme
The responsive theme is almost ready; most pages and elements now render correctly on the vast majority of screens. There are some known issues which are in the works. Also, a <h4> "Paragraphs" title has been aded on the left navbar.
This commit is contained in:
@@ -43,7 +43,9 @@
|
||||
|
||||
{{> "navbar-primary"}}
|
||||
|
||||
{{> "policy-popup"}}
|
||||
{{> "policy-popup"}} {{!-- Todo: maybe we shouldn't include the whole HTML in every page (hidden)
|
||||
and then show it via JS, but instead only inject it when needed via JS. This is because search
|
||||
engines might scan the policy popup too. --}}
|
||||
|
||||
{{{body}}}
|
||||
{{!-- All content gets inserted here, index.hbs, post.hbs, etc --}}
|
||||
|
||||
Reference in New Issue
Block a user