theory - patterns
Introduction: Partial Views
2/7/2021
As we saw in earlier posts, Hexo supports the idea of partial views. For a reminder here is an example of a partial view: <head>
<meta charset="utf-8"/>
<title><%= config.title %></title>
</head>
Then we can reference the above partial view…