Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfreezingDaniel <82905307+freezingDaniel@users.noreply.github.com>2022-10-03 04:55:12 +0300
committerGitHub <noreply@github.com>2022-10-03 04:55:12 +0300
commit56615bfa43496c34811d5027c6868a20a599813c (patch)
treeb08ff24e55fec80e40ac69f1bf9e9d710fc7f359
parent35ccacacd20c5d2dfd32664872f93b4895e5dbef (diff)
Update repo-URLs (#651)
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md4
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--package.json6
-rw-r--r--static/css/sections/home.css2
4 files changed, 7 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index f66d61b..2c05662 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -6,8 +6,8 @@ title: 'Feature Request'
<!---
Before filing an issue, please review the following:
- Existing Features: https://github.com/hossainemruz/toha#features
- Project Roadmap: https://github.com/hossainemruz/toha#project-roadmap
+ Existing Features: https://github.com/hugo-toha/toha#features
+ Project Roadmap: https://github.com/hugo-toha/toha#project-roadmap
-->
### Describe the solution you'd like
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index df966c5..8f3ce47 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -191,7 +191,7 @@
<div class="container">
<div class="row text-left">
<div class="col-md-4">
- <a id="theme" href="https://github.com/hossainemruz/toha" target="_blank" rel="noopener">
+ <a id="theme" href="https://github.com/hugo-toha/toha" target="_blank" rel="noopener">
<img src="{{ $themeLogo }}" alt="Toha Theme Logo">
Toha
</a>
diff --git a/package.json b/package.json
index d48bedc..9d7074a 100644
--- a/package.json
+++ b/package.json
@@ -8,14 +8,14 @@
},
"repository": {
"type": "git",
- "url": "git+https://github.com/hossainemruz/toha.git"
+ "url": "git+https://github.com/hugo-toha/toha.git"
},
"author": "Emruz Hossain",
"license": "MIT",
"bugs": {
- "url": "https://github.com/hossainemruz/toha/issues"
+ "url": "https://github.com/hugo-toha/toha/issues"
},
- "homepage": "https://github.com/hossainemruz/toha#readme",
+ "homepage": "https://github.com/hugo-toha/toha#readme",
"devDependencies": {
"autoprefixer": "^10.4.8",
"postcss": "^8.4.16",
diff --git a/static/css/sections/home.css b/static/css/sections/home.css
index b108556..8024f19 100644
--- a/static/css/sections/home.css
+++ b/static/css/sections/home.css
@@ -19,7 +19,7 @@
}
/*
- Resolves https://github.com/hossainemruz/toha/issues/70
+ Resolves https://github.com/hugo-toha/toha/issues/70
fixed attached images use the whole <body> size. On mobile this can get really
tall which blows your image out. Setting the attachment back to scroll allows