Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aishikrehman committed Mar 20, 2024
1 parent 4d7c11e commit 06af52f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions content/bn/contact/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ title: যোগাযোগ
layout: contact
_build:
list: never
description: যোগাযোগ করুন hello@aishikrehman ঠিকানায়
---
1 change: 1 addition & 0 deletions content/en/contact/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ title: Contact
layout: contact
_build:
list: never
description: Contact me at hello@aishikrehman
---
2 changes: 1 addition & 1 deletion layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="me-auto px-3 py-3 py-lg-0">
<form action='{{ absLangURL "/search/"}}' method="get" class="input-group">
<input autocomplete="off" class="search-input form-control" style="border-radius: 0px;" name="q"
placeholder="{{ .Site.Params.searchText }}" type="text" value="">
placeholder="{{ .Site.Params.searchText }}" type="text" value="" aria-label="Search">
<button id="SearchButton" class="input-group-text btn btn-accent btn-sm"
style="border-radius: 0px;" aria-label="Search"><i class="bi bi-search"></i></button>
</form>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/metadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
<meta name="twitter:creator" content="@RehmanAishik">
<meta name="twitter:title" content='{{ partial "meta.title.html" .}}'>
<meta name="twitter:description" content='{{ partial "meta.description.html" .}}'>
<meta name="twitter:image" content='{{ partial "meta.img.html" . }}'>
<meta name="twitter:image" content='{{ partial "meta.img.html" . }}'>

0 comments on commit 06af52f

Please sign in to comment.