Add slogan
This commit is contained in:
parent
aea0773df8
commit
2c23e4f5d3
2 changed files with 2 additions and 2 deletions
|
@ -426,7 +426,7 @@ class Page
|
||||||
src="https://plausible.io/js/plausible.js">
|
src="https://plausible.io/js/plausible.js">
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<title><?= $this->title ?> - wishthis</title>
|
<title><?= $this->title ?> - wishthis - Make a wish</title>
|
||||||
</head>
|
</head>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,7 +21,7 @@ $page->navigation();
|
||||||
<div class="ui doubling stackable grid">
|
<div class="ui doubling stackable grid">
|
||||||
<div class="twelve wide column">
|
<div class="twelve wide column">
|
||||||
<div class="ui segment">
|
<div class="ui segment">
|
||||||
<h2 class="ui header"><?= __('Welcome to wishthis') ?></h2>
|
<h2 class="ui header"><?= __('Make a wish') ?></h2>
|
||||||
|
|
||||||
<p><?= __('wishthis is a simple, intuitive and modern wishlist platform to create, manage and view your wishes for any kind of occasion.') ?></p>
|
<p><?= __('wishthis is a simple, intuitive and modern wishlist platform to create, manage and view your wishes for any kind of occasion.') ?></p>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue