feat: style editor for blog
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<!doctype html>
|
||||
<html lang="{{ language }}">
|
||||
{% render 'partials/head', page_title: page_title %}
|
||||
<html lang="{{ language }}"{% if html_theme_attribute %} {{ html_theme_attribute }}{% endif %}>
|
||||
{% render 'partials/head', page_title: page_title, pico_stylesheet_href: pico_stylesheet_href %}
|
||||
<body>
|
||||
<main>
|
||||
<article class="single-post" data-template="single-post">
|
||||
|
||||
Reference in New Issue
Block a user