Skip to content

Commit a117306

Browse files
committed
u
1 parent abe00a6 commit a117306

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<!-- Site Title, Description, Author, and Favicon -->
2929
{{ if .IsHome }}
3030
{{ if .Paginator.HasPrev }}
31-
<title>{{ $.Site.Title }} - Page {{ .Paginator.PageNumber }}</title>
31+
<title>{{ $.Site.Params.tagline }} - Page {{ .Paginator.PageNumber }}</title>
3232
{{ if (isset $.Site.Params "description") }}
3333
<meta name="description" content="{{ $.Site.Params.description }} - Page {{ .Paginator.PageNumber }}">
3434
{{ end }}

layouts/partials/image_to_ascii_converter_tool.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="row">
22
<div class="col">
33
<div class="p-2 p-lg-3 bg-body-tertiary border rounded-3">
4-
Convert your cool photos into fun <b>Text Art</b> (<em>Pictures made by Text</em>) or <b>Notepad Art</b> with our awesome free <h1 class="d-inline-block h6 mb-0">Image to ASCII Picture Generator</h1> tool online easily. Adjust your Artwork using various filters and share it on a Facebook post, Instagram bio, WhatsApp status, or download text-based art in Wordpad file or graphics format like PNG.
4+
Convert your cool photos into fun <b>Text Art</b> (<em>Pictures made by Text</em>) or <b>Notepad Art</b> with our awesome free <h1 class="d-inline-block h6 mb-0">Image to ASCII Picture Generator</h1> tool online easily. Adjust your Artwork using various filters and share it on a Facebook post, Instagram bio, WhatsApp status, or download text-based art in microsoft word file or graphics format like PNG.
55
</div>
66

77
<div class="px-3 py-3 bg-body-tertiary border rounded-3 mt-3">
@@ -12,7 +12,7 @@
1212
</div>
1313
<div id="drop-area" class="text-center">
1414
<form class="my-form">
15-
Drag & Drop Image here, or Click to select file to Upload.
15+
Drag & Drop Image, or Click here to select a file to Convert.
1616
<input type="file" id="fileElem" accept="image/*">
1717
</form>
1818
</div>

0 commit comments

Comments
 (0)