optimize page title for mobile use, update lectures meta content
All checks were successful
Deploy Lecture site / build (push) Successful in 3s

This commit is contained in:
Schallbert 2024-09-14 12:48:46 +02:00
parent c9a49c5c80
commit 056e6b0bb8
2 changed files with 8 additions and 16 deletions

View File

@ -3981,19 +3981,11 @@ body {
margin-right:0 margin-right:0
} }
} }
.author__avatar {
display:table-cell;
vertical-align:top;
width:36px;
height:36px
}
@media (min-width: 64em) {
.author__avatar { .author__avatar {
display:block; display:block;
width:auto; width:auto;
height:auto height:auto
} }
}
.author__avatar img { .author__avatar img {
max-width:110px; max-width:110px;
border-radius:50% border-radius:50%

View File

@ -4,19 +4,19 @@
<head> <head>
<title>Schallberts Vorträge</title> <title>Schallberts Vorträge</title>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="description" content="Schallberts Website: Landing page"> <meta name="description" content="Schallberts Website: Vorträge">
<meta name="author" content="Schallbert"> <meta name="author" content="Schallbert">
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta property="og:locale" content="de_DE"> <meta property="og:locale" content="de_DE">
<meta property="og:site_name" content="Schallbert"> <meta property="og:site_name" content="Schallbert">
<meta property="og:title" content="Schallbert"> <meta property="og:title" content="Schallbert">
<meta property="og:url" content="https://schallbert.de/"> <meta property="og:url" content="https://lectures.schallbert.de/">
<meta property="og:description" content="Schallberts Website: Landing page"> <meta property="og:description" content="Schallberts Website: Vorträge">
<link rel="canonical" href="https://schallbert.de/"> <link rel="canonical" href="https://lectures.schallbert.de/">
<meta name="google-site-verification" content="Af1xQPk7JDM7zi3i4ce21-qviTfe9Lz237EAhi-HqAE"> <meta name="google-site-verification" content="Af1xQPk7JDM7zi3i4ce21-qviTfe9Lz237EAhi-HqAE">
<meta name="yandex-verification" content="6848a459ef1b6ef5"> <meta name="yandex-verification" content="6848a459ef1b6ef5">
<meta http-equiv="Content-Language" content="de"> <meta http-equiv="Content-Language" content="de">
<link rel="alternate" hreflang="de" href="https://schallbert.de/" /> <link rel="alternate" hreflang="de" href="https://lectures.schallbert.de/" />
<!-- Styles --> <!-- Styles -->
<link rel="stylesheet" href="./_assets/css/main.css"> <link rel="stylesheet" href="./_assets/css/main.css">
<link rel="stylesheet" href="./_assets/css/all.min.css"> <link rel="stylesheet" href="./_assets/css/all.min.css">