d6605146ac
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.
3 lines
99 B
HTML
3 lines
99 B
HTML
{%- for post in site.tags[include.taxonomy] -%}
|
|
{% include archive-single.html %}
|
|
{%- endfor -%}
|