optimize page title for mobile use, update lectures meta content
All checks were successful
Deploy Lecture site / build (push) Successful in 3s
All checks were successful
Deploy Lecture site / build (push) Successful in 3s
This commit is contained in:
parent
c9a49c5c80
commit
056e6b0bb8
@ -3982,17 +3982,9 @@ body {
|
||||
}
|
||||
}
|
||||
.author__avatar {
|
||||
display:table-cell;
|
||||
vertical-align:top;
|
||||
width:36px;
|
||||
height:36px
|
||||
}
|
||||
@media (min-width: 64em) {
|
||||
.author__avatar {
|
||||
display:block;
|
||||
width:auto;
|
||||
height:auto
|
||||
}
|
||||
display:block;
|
||||
width:auto;
|
||||
height:auto
|
||||
}
|
||||
.author__avatar img {
|
||||
max-width:110px;
|
||||
|
10
index.html
10
index.html
@ -4,19 +4,19 @@
|
||||
<head>
|
||||
<title>Schallberts Vorträge</title>
|
||||
<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 property="og:type" content="website">
|
||||
<meta property="og:locale" content="de_DE">
|
||||
<meta property="og:site_name" content="Schallbert">
|
||||
<meta property="og:title" content="Schallbert">
|
||||
<meta property="og:url" content="https://schallbert.de/">
|
||||
<meta property="og:description" content="Schallberts Website: Landing page">
|
||||
<link rel="canonical" href="https://schallbert.de/">
|
||||
<meta property="og:url" content="https://lectures.schallbert.de/">
|
||||
<meta property="og:description" content="Schallberts Website: Vorträge">
|
||||
<link rel="canonical" href="https://lectures.schallbert.de/">
|
||||
<meta name="google-site-verification" content="Af1xQPk7JDM7zi3i4ce21-qviTfe9Lz237EAhi-HqAE">
|
||||
<meta name="yandex-verification" content="6848a459ef1b6ef5">
|
||||
<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 -->
|
||||
<link rel="stylesheet" href="./_assets/css/main.css">
|
||||
<link rel="stylesheet" href="./_assets/css/all.min.css">
|
||||
|
Loading…
Reference in New Issue
Block a user