mirror of https://gitlab.com/curben/blog
fix(layout): head layout shouldn't be cached due to Open Graph
This commit is contained in:
parent
2f062354fa
commit
1986365f37
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue