diff --git a/_layouts/default.html b/_layouts/default.html index 4b22e49..a159c23 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -165,10 +165,10 @@ Others: About us Contact us --> -
About Us
+
About us
Intro to Judaism
Humanism
-
The Cultural Diversity of Judaism
+
The cultural diversity of Judaism
@@ -177,7 +177,7 @@ @kosherwales
Membership
-
Contact Us
+
Contact us
diff --git a/about.markdown b/about.markdown index 1052c42..7bd8ffc 100644 --- a/about.markdown +++ b/about.markdown @@ -1,6 +1,6 @@ --- layout: default -title: About Us +title: About us --- The Avraham Society is a Jewish Humanist initiative focused on serving the needs of the Jewish communities of Iraq and Kuwait. diff --git a/contact.markdown b/contact.markdown index 7e2d4a6..c41b084 100644 --- a/contact.markdown +++ b/contact.markdown @@ -1,6 +1,6 @@ --- layout: default -title: Contact Us +title: Contact us --- Kindly contact ovadiah@avrahamsociety.org if you have any questions or concerns. \ No newline at end of file diff --git a/jewish-history-culture.md b/jewish-history-culture.md index d62cf1c..c0c5060 100644 --- a/jewish-history-culture.md +++ b/jewish-history-culture.md @@ -1,6 +1,6 @@ --- layout: default -title: The Cultural Diversity of Judaism +title: The cultural diversity of Judaism --- We celebrate Judaism’s cultural diversity and acknowledge that Jews come from many cultures. diff --git a/main.js b/main.js index b196499..420b7f2 100644 --- a/main.js +++ b/main.js @@ -7,6 +7,9 @@ if (window.location.hash == "#TCAS_sc1") { behavior: "smooth" }); } +else if (window.location.hash.startsWith("#TCAS_fya:")) { + document.getElementById("content").innerHTML = "

" + decodeURI(window.location.hash.substring(10)) + "

"; +} window.ontouchstart = (evt) => { startX = evt.touches[0].clientX;