State Standards
States have historically led the nation in the development of new appliance standards. A typical progression begins with a state, usually California, setting an efficiency standard for a particular product. Other states then adopt…
Table Example
Submitted info
The node template has a section for displaying the author and date created.
This is from starterkit, with some extra classes.
{% if display_submitted %}
<footer class="node__meta">
{{ author_picture }}
<div{{…
Node
The starterkit node template attaches a node library, with a css style for unpublished.
Line 77 checks {% if label and not page %} and prints the title in an h2.
The page variable is set in node.module.
Author and date submitted format is hardcoded in the…
Teaser
Fences allows fine grained control over field wrappers.
Fences Presets lets you configure reusable formatters.
Replace Fences with UI Patterns/Styles?
<h1 class="page-title">Page Title</h1>Since this is the single h1 element on the page, use the .visually-hidden class to hide it when needed.
This will preserve the heading structure for screen readers vs removing the block from the page.…
Page Title