Include page name in headline

dev
gravel 1 year ago
parent 972cf5d021
commit f52ca54bcb
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -293,6 +293,11 @@ div.search-actions {
#headline { #headline {
text-align: center; text-align: center;
flex-grow: 1; flex-grow: 1;
font-family: sans-serif;
}
#headline-03 {
font-size: smaller;
} }
/* --- Table --- */ /* --- Table --- */

@ -74,7 +74,7 @@
<div id="theming-root"> <div id="theming-root">
<?php include "+components/index-header.php" ?> <?php include "+components/index-header.php" ?>
<h1 id="headline">List of Session Communities</h1> <h1 id="headline"><span id="headline-01">Session</span><span id="headline-02">Communities</span><span id="headline-03">.online</span></h1>
<?php include "+components/issue-banner.php" ?> <?php include "+components/issue-banner.php" ?>

Loading…
Cancel
Save