- Move user management under web log settings - Move user self-update to my-info - Return meaningful error if a template does not exist - Tweak margins/paddings throughout - Do not show headings on list pages if lists are empty - Fix pagination styles for page/post list pages
5 lines
218 B
Plaintext
5 lines
218 B
Plaintext
{%- assign user_col = "col-12 col-md-4 col-xl-3" -%}
|
|
{%- assign email_col = "col-12 col-md-4 col-xl-4" -%}
|
|
{%- assign cre8_col = "d-none d-xl-block col-xl-2" -%}
|
|
{%- assign last_col = "col-12 col-md-4 col-xl-3" -%}
|