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">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>{{ page.title }}</title>
|
<title>{{ page.title_prefix }}{{ page.title }}{{ page.title_postfix }}</title>
|
||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
<meta name="author" content="Marcus Whybrow">
|
<meta name="author" content="Marcus Whybrow">
|
||||||
|
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
layout: default
|
layout: default
|
||||||
tab: blog
|
tab: blog
|
||||||
footer: hide
|
footer: hide
|
||||||
|
title_postfix: " · MSM"
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="breadcrumbs">
|
<div class="breadcrumbs">
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
layout: default
|
layout: default
|
||||||
tab: blog
|
tab: blog
|
||||||
footer: hide
|
footer: hide
|
||||||
|
title: Blog · MSM
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="masthead">
|
<div class="masthead">
|
||||||
|
Loading…
Reference in New Issue
Block a user