fix(layout): head layout shouldn't be cached due to Open Graph

This commit is contained in:
curben 2019-10-18 03:32:28 +01:00
parent 2f062354fa
commit 1986365f37
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="<%= config.language %>"> <html lang="<%= config.language %>">
<%- partial('_partial/head', {}, { cache: true }) %> <%- partial('_partial/head', {}) %>
<%/* set /about page to use "home" page layout */%> <%/* set /about page to use "home" page layout */%>
<% if (is_current('about/index.html')) { %> <% if (is_current('about/index.html')) { %>
<body class="about-body"> <body class="about-body">