přidáno ověření mastodon a kod pro je skrytí do css

This commit is contained in:
archos 2024-08-09 19:43:23 +02:00
parent 81fb8f0b19
commit 568c548eda
2 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,8 @@
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet"> <link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS --> <!-- Custom CSS -->
<link href="styly.css" rel="stylesheet"> <link href="styly.css" rel="stylesheet">
<!-- Rel="me" link -->
<a rel="me" href="https://mamutovo.cz/@zdendys">Mastodon</a>
</head> </head>
<body> <body>
<div class="d-flex flex-column min-vh-100"> <div class="d-flex flex-column min-vh-100">

View File

@ -28,3 +28,6 @@ footer {
.container { .container {
flex: 1 0 auto; flex: 1 0 auto;
} }
a[rel="me"] {
display: none;
}