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

github.com/themefisher/airspace-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSojon <sojonatmail@gmail.com>2021-10-11 07:49:53 +0300
committerSojon <sojonatmail@gmail.com>2021-10-11 07:51:00 +0300
commit0d5a95b1ab798acafddad31bc1e009db3f519bb8 (patch)
tree92998aab450e17469b9e773406127a9d68a95134
parentc2ae6efd035597298634cf0423033612436733da (diff)
language duplication fix && overlay color updated
-rw-r--r--assets/scss/_common.scss2
-rw-r--r--exampleSite/config/_default/config.toml2
-rw-r--r--exampleSite/config/_default/languages.toml4
3 files changed, 4 insertions, 4 deletions
diff --git a/assets/scss/_common.scss b/assets/scss/_common.scss
index 892172a..3d20a66 100644
--- a/assets/scss/_common.scss
+++ b/assets/scss/_common.scss
@@ -614,7 +614,7 @@ input[type="tel"] {
right: 0;
width: 100%;
height: 100%;
- background: lighten( $black, 13.52 );
+ background: darken($color-primary, 25);
opacity: 0.8;
}
}
diff --git a/exampleSite/config/_default/config.toml b/exampleSite/config/_default/config.toml
index f783d75..713eac8 100644
--- a/exampleSite/config/_default/config.toml
+++ b/exampleSite/config/_default/config.toml
@@ -1,7 +1,7 @@
######################## default configuration ####################
baseURL = "https://demo.gethugothemes.com/airspace/"
title = "Airspace | Creative Agency Hugo Template"
-theme = "airspace-hugo-n"
+theme = "airspace-hugo"
# Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
timeZone = "UTC"
# post pagination
diff --git a/exampleSite/config/_default/languages.toml b/exampleSite/config/_default/languages.toml
index 595f2e1..07eef69 100644
--- a/exampleSite/config/_default/languages.toml
+++ b/exampleSite/config/_default/languages.toml
@@ -21,7 +21,7 @@ weight = 3
################ German language ##################
[de]
-languageName = "Italiano"
-languageCode = "it-IT"
+languageName = "German"
+languageCode = "de-at"
contentDir = "content/german"
weight = 4 \ No newline at end of file