diff --git a/templates/blog/head.html b/templates/blog/head.html index 61ff434..1bbc141 100644 --- a/templates/blog/head.html +++ b/templates/blog/head.html @@ -4,8 +4,5 @@ - - - -{{>icons.html}} +{{>metadata.html}} diff --git a/templates/head.html b/templates/head.html index 6c8e6ae..8d72c9d 100644 --- a/templates/head.html +++ b/templates/head.html @@ -2,9 +2,8 @@ - - - -{{>icons.html}} +{{>metadata.html}} + + diff --git a/templates/icons.html b/templates/icons.html index e4afbaa..506ba18 100644 --- a/templates/icons.html +++ b/templates/icons.html @@ -22,21 +22,3 @@ - - - - - - - - - - - - - - - - - - diff --git a/templates/metadata.html b/templates/metadata.html new file mode 100644 index 0000000..ef02689 --- /dev/null +++ b/templates/metadata.html @@ -0,0 +1,25 @@ + +{{#page_title}} + +{{/page_title}} {{#page_desc}} + +{{/page_desc}} {{#page_kw}} + +{{/page_kw}} + + +{{>icons.html}} + + + + + + + + + + + + + +