Skip to content

Commit b7c306d

Browse files
committed
Design fix
1 parent 61ba629 commit b7c306d

File tree

3 files changed

+106
-7
lines changed

3 files changed

+106
-7
lines changed

config.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Paginate = 10
2323

2424
[params]
2525
hometitle = 'Image to ASCII Picture Generator'
26-
homedescription = 'Convert cool photos into fun Text Art i.e. Notepad Art with Image to ASCII Picture Generator tool online.'
26+
hometagline = 'Convert Image Notepad Art'
27+
homedescription = 'Convert cool photos into fun Text Art i.e. Notepad Art with our Image to ASCII Picture Generator tool online.'
2728

2829
tagline = 'ASCII Art'
2930

layouts/partials/head.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<meta name="description" content="{{ $.Site.Params.description }} - Page {{ .Paginator.PageNumber }}">
3434
{{ end }}
3535
{{ else }}
36-
<title>{{ $.Site.Params.hometitle }} - {{ $.Site.Params.tagline }}</title>
36+
<title>{{ $.Site.Params.hometitle }} - {{ $.Site.Params.hometagline }}</title>
3737
{{ if (isset $.Site.Params "description") }}
3838
<meta name="description" content="{{ $.Site.Params.description }}">
3939
{{ end }}

0 commit comments

Comments
 (0)