Skip to content

Commit

Permalink
Show version number next to start page title
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangmm committed Feb 2, 2024
1 parent f2f9bcc commit e3f4798
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,17 @@
};
--paper-card-header-text: {
font-family: var(--pb-heading-font-family);
font-size: 16px;
font-size: var(--pb-content-font-size);
font-weight: 400;
color: black;
};
}
.tp-title small {
font-size: .65em;
vertical-align: super;
color: var(--pb-color-focus);
padding-left: .35em;
}
</style>
</custom-style>

Expand All @@ -66,7 +72,7 @@
</app-toolbar>
<header class="welcome">
<div>
<h1 class="tp-title">The Instant Publishing Toolbox</h1>
<h1 class="tp-title">The Instant Publishing Toolbox<small data-template="pages:version">x.x.x</small></h1>
</div>
<div class="side">
<p><pb-i18n key="browse.login-1">Log in as</pb-i18n> <strong>tei-demo</strong> <pb-i18n key="browse.login-2">with password</pb-i18n> <strong>demo</strong> <pb-i18n key="browse.login-3">to experiment with your own files and ODDs</pb-i18n></p>
Expand Down

0 comments on commit e3f4798

Please sign in to comment.