diff --git a/src/site/core.clj b/src/site/core.clj index d1b214c..55ca8ea 100644 --- a/src/site/core.clj +++ b/src/site/core.clj @@ -11,7 +11,7 @@ [:link {:rel "stylesheet" :href "/main.css"}] [:link {:rel "stylesheet" :href "/extra/emacs.css"}] ;;[:script {:src "/main.js"}] - [:title (when title (str title " - ")) "Homepage of Kaan Genç"] + [:title (when title (str title " - ")) "Homepage of Kaan Barmore-Genç"] [:link {:href "https://fonts.googleapis.com/css2?family=Ubuntu+Mono&family=Ubuntu:ital,wght@0,400;0,700;1,400;1,700&display=swap" :rel "stylesheet"}]]) @@ -19,8 +19,8 @@ (defn page-left-column [& [slug]] [:div.sidebar.column (when (not= slug "index") [:a.home {:href "/"} "Home"]) - [:img.picture {:alt "A photo of Kaan Genç, after his OOPSLA 2019 talk." :src "/img/profile.jpg"}] - [:div.name "Kaan Barmore Genç"] + [:img.picture {:alt "A photo of Kaan, after his OOPSLA 2019 talk." :src "/img/profile.jpg"}] + [:div.name "Kaan Barmore-Genç"] [:div.title "M.S. Software Engineer"] [:div.spacer] [:div.title "Software Engineer"]