diff --git a/layouts/LayoutDefault.tsx b/layouts/LayoutDefault.tsx index 3be7f9b..18ca5e1 100644 --- a/layouts/LayoutDefault.tsx +++ b/layouts/LayoutDefault.tsx @@ -16,6 +16,8 @@ export default function LayoutDefault({ children }: { children: React.ReactNode

Website by fretchen

Welcome + Blog + AMO {""} {children} diff --git a/pages/amo/+Page.tsx b/pages/amo/+Page.tsx index 0a968b3..c7109e3 100644 --- a/pages/amo/+Page.tsx +++ b/pages/amo/+Page.tsx @@ -7,7 +7,12 @@ const App: React.FC = function () { console.log(blogs); return (
-

Welcome to my lecture notes on AMO!

+

AMO lecture notes

+

+ {" "} + Welcome, to my lecture notes on Atomic, Molecular and Optical physics that I prepared in my time in Heidelberg. + They consist of a total of 24 lectures, which I will recollect here again. +

);