added support for the meta description tag (#57)
* added support for the meta description tag * Update meta description logic for single page Co-authored-by: hossainemruz <emruz@appscode.com>
This commit is contained in:
parent
629c7196a3
commit
5f48a5bacb
4 changed files with 15 additions and 7 deletions
|
@ -2,6 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<title>{{- .Site.Title -}}</title>
|
||||
<meta name="description" content="{{ .Site.Params.description }}" />
|
||||
<!-- import common headers -->
|
||||
{{- partial "header.html" . -}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue