|
|
@ -1,9 +1,9 @@ |
|
|
|
<!DOCTYPE html> |
|
|
|
|
|
|
|
{% import "macros/date.html" as date_macros -%} |
|
|
|
{% import "macros/date.html" as date_macros -%} |
|
|
|
{% import "macros/head.html" as head_macros -%} |
|
|
|
{% import "macros/head.html" as head_macros -%} |
|
|
|
{% import "macros/menu.html" as menu_macros -%} |
|
|
|
{% import "macros/menu.html" as menu_macros -%} |
|
|
|
{% import "macros/post.html" as post_macros -%} |
|
|
|
{% import "macros/post.html" as post_macros -%} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!DOCTYPE html> |
|
|
|
<html lang="{%- if config.default_language -%}{{ config.default_language }}{%- else -%}en{%- endif -%}"> |
|
|
|
<html lang="{%- if config.default_language -%}{{ config.default_language }}{%- else -%}en{%- endif -%}"> |
|
|
|
|
|
|
|
|
|
|
|
<head> |
|
|
|
<head> |
|
|
|