diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 4736e25..7e9744f 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -20,7 +20,7 @@
{{ partial "footer.html" . }}
{{ end }}
-
+
{{ block "scripts" . }}
{{ end }}
diff --git a/layouts/live/list.html b/layouts/live/list.html
new file mode 100644
index 0000000..ed59862
--- /dev/null
+++ b/layouts/live/list.html
@@ -0,0 +1,47 @@
+{{ define "main" }}
+{{ .Content }}
+
+
+{{end}}
+
+
+
+{{ define "scripts"}}
+
+
+
+{{ end }}
\ No newline at end of file
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 952ca40..474494f 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -73,6 +73,12 @@
+
+
+
+{{ if eq .URL "/2021/live/" }}
+
+{{ end }}
{{ block "headextra" . }}
diff --git a/static/icons.svg b/static/icons.svg
index 5709201..c3c3d92 100644
--- a/static/icons.svg
+++ b/static/icons.svg
@@ -131,4 +131,11 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/live.css b/static/live.css
new file mode 100644
index 0000000..8e57ac1
--- /dev/null
+++ b/static/live.css
@@ -0,0 +1,16 @@
+@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@600&display=swap');
+
+
+.hashtag {
+ margin-left: auto !important;
+ margin-right: auto !important;
+ text-align: center !important;
+ font-family: 'Bitter', serif;
+ margin-bottom: 30px;
+ color: #c03e24;
+}
+
+.live-chat {
+ height: 100%;
+ width: 350px;
+}
\ No newline at end of file
diff --git a/static/theme.css b/static/theme.css
index 3346236..95b41a9 100644
--- a/static/theme.css
+++ b/static/theme.css
@@ -123,7 +123,7 @@ a, a:visited {
.language.english::before {
content: '🇬🇧'; }
-.language.english::before {
+.language.turkish::before {
content: '🇹🇷'; }
.visually-hidden {