diff --git a/_layouts/layouts/lecture.html b/_layouts/layouts/lecture.html
new file mode 100644
index 0000000..67f40b3
--- /dev/null
+++ b/_layouts/layouts/lecture.html
@@ -0,0 +1,20 @@
+---
+layout: default
+---
+
+
+
{{ page.title }}
+
{{ page.description }}
+
Forelesningsdato {{ page.date | date: "%d.%m.%Y" }}
+
+
+
\ No newline at end of file
diff --git a/assets/css/components/theme.css b/assets/css/components/theme.css
index 357288e..7dfe7ff 100644
--- a/assets/css/components/theme.css
+++ b/assets/css/components/theme.css
@@ -102,6 +102,7 @@ blockquote {
a {
color: var(--link-color);
+ text-decoration: none;
}
a:hover {
diff --git a/assets/css/home.css b/assets/css/home.css
index be137ec..f72b30a 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -27,7 +27,13 @@
min-height: calc(100vh - 47.75rem);
}
-.home-link>a {
+/*
+.home-link a{
+ text-decoration: none;
+}
+*/
+
+a.home-link:hover{
text-decoration: none;
}
diff --git a/index.html b/index.html
index 7ec76cd..7031c7d 100644
--- a/index.html
+++ b/index.html
@@ -7,12 +7,12 @@ description: Personlig nettside for Øyvind Skaaden. Inneholder det meste av per
{% for home in site.data.home %}
{% endfor %}