Update title and footer
This commit is contained in:
parent
1fdd2a3ddc
commit
175544cd8e
|
@ -5,7 +5,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||
<title>tailwind-bartik</title>
|
||||
<title>Drupal Bartik clone using Vue.js and Tailwind CSS</title>
|
||||
</head>
|
||||
<body class="text-black bg-black text-sm leading-normal">
|
||||
<noscript>
|
||||
|
|
|
@ -62,7 +62,12 @@
|
|||
</div>
|
||||
|
||||
<div class="mb-6">
|
||||
<p>Powered by <a href="#0" class="text-white no-underline border-b border-dotted border-white">Drupal</a></p>
|
||||
<p>
|
||||
A clone of <a href="https://www.drupal.org" class="text-white no-underline border-b border-dotted border-white">Drupal</a>’s default theme (Bartik).
|
||||
Built by <a href="https://www.oliverdavies.uk" class="text-white no-underline border-b border-dotted border-white">Oliver Davies</a>
|
||||
using <a href="https://vuejs.org" class="text-white no-underline border-b border-dotted border-white">Vue.js</a>
|
||||
and <a href="https://tailwindcss.com" class="text-white no-underline border-b border-dotted border-white">Tailwind CSS</a>.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Reference in a new issue