End CSS refactoring and organization
CSS refactoring is now complete, and all styles are correctly organized in main "screen.css" file, with a table of contents. All supplementary CSS files have been removed, with the exception of "fonts.css", as explained in previous commit. This CSS implementation may, however, be considered immature, and thus could be subject to heavy changes again in the near future. Many things are also still missing, such as a responsive design and support for some custom pages (such as /tags/). Signed-off-by: Lorenzo Dellacà <lorenzo.dellaca@mind-overflow.net>
This commit is contained in:
6
post.hbs
6
post.hbs
@@ -1,13 +1,13 @@
|
||||
{{!< default}}
|
||||
<div class="mind-page-title unselectable">
|
||||
<div class="mind-post-header unselectable">
|
||||
{{#post}}
|
||||
|
||||
<div>
|
||||
<h1>{{title}}</h1>
|
||||
<p><a class="mind-page-title_tag" href="{{primary_tag.url}}">{{primary_tag.name}}</a> • <time class="post-date" datetime="{{date format='YYYY-MM-DD'}}">{{date format="DD MMMM YYYY"}}</time></p>
|
||||
<p><a class="mind-post-header_tag" href="{{primary_tag.url}}">{{primary_tag.name}}</a> • <time class="post-date" datetime="{{date format='YYYY-MM-DD'}}">{{date format="DD MMMM YYYY"}}</time></p>
|
||||
</div>
|
||||
{{/post}}
|
||||
<i class="mind-global-title_arrow-down mind-global-title_arrow-down-mid"></i>
|
||||
<i class="mind-global-header_arrow-down mind-global-header_arrow-down-mid"></i>
|
||||
</div>
|
||||
|
||||
<main>
|
||||
|
||||
Reference in New Issue
Block a user