diff --git a/src/layouts/default.ejs b/src/layouts/default.ejs
index b0ee4c9..62aa62d 100644
--- a/src/layouts/default.ejs
+++ b/src/layouts/default.ejs
@@ -1,16 +1,16 @@
-
-
-
+ <%- include('partials/head-common') %>
+
<%= page.title || site.title %>
+
-
+ <%- include('partials/head-fonts') %>
<%- body %>
diff --git a/src/layouts/post.ejs b/src/layouts/post.ejs
index f21ce33..466cbc7 100644
--- a/src/layouts/post.ejs
+++ b/src/layouts/post.ejs
@@ -1,16 +1,16 @@
-
-
-
+ <%- include('partials/head-common') %>
+
<%= page.title + ' / ' + site.title %>
+
-
+ <%- include('partials/head-fonts') %>
@@ -24,7 +24,7 @@
<%= page.section %>
<% } %>
<% if (page.year) { %>
-
+
<%= page.year %>
<% } %>