mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Fix titles for blog section
This commit is contained in:
parent
f16cb18840
commit
86c5f97fb8
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{ page.title }}</title>
|
||||
<title>{{ page.title_prefix }}{{ page.title }}{{ page.title_postfix }}</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="Marcus Whybrow">
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
layout: default
|
||||
tab: blog
|
||||
footer: hide
|
||||
title_postfix: " · MSM"
|
||||
---
|
||||
|
||||
<div class="breadcrumbs">
|
||||
|
@ -2,6 +2,7 @@
|
||||
layout: default
|
||||
tab: blog
|
||||
footer: hide
|
||||
title: Blog · MSM
|
||||
---
|
||||
|
||||
<div class="masthead">
|
||||
|
Loading…
Reference in New Issue
Block a user