optimze page title
This commit is contained in:
@@ -12,8 +12,6 @@ weight = 0
|
|||||||
|
|
||||||
> Published 2023/10/05 at 2:21 pm
|
> Published 2023/10/05 at 2:21 pm
|
||||||
|
|
||||||
Here's an improved structure with more depth and fewer H2 headings:
|
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
This project introduced the concept of peer to peer. We first interviewed our partners about their social identities in seminar class. Based on this, we started to create our mask using Design Thinking. The mask is designed to address issues that not only our partner is dealing with but also for people facing similar problems.
|
This project introduced the concept of peer to peer. We first interviewed our partners about their social identities in seminar class. Based on this, we started to create our mask using Design Thinking. The mask is designed to address issues that not only our partner is dealing with but also for people facing similar problems.
|
||||||
|
|||||||
@@ -1,6 +1,12 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
{{ with .Site.Title }}<title>{{ . }}</title>{{ end }}
|
<title>
|
||||||
|
{{ if .IsPage }}
|
||||||
|
{{ .Title }} - {{ .Site.Title }}
|
||||||
|
{{ else }}
|
||||||
|
{{ .Site.Title }}
|
||||||
|
{{ end }}
|
||||||
|
</title>
|
||||||
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }}
|
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }}
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="stylesheet" href="{{ "css/bootstrap.min.css" | absURL }}">
|
<link rel="stylesheet" href="{{ "css/bootstrap.min.css" | absURL }}">
|
||||||
|
|||||||
Reference in New Issue
Block a user