Skip to content

Commit 79e2adb

Browse files
committed
Various tweaks to page.tt
1 parent 4ef3c38 commit 79e2adb

File tree

1 file changed

+3
-24
lines changed

1 file changed

+3
-24
lines changed

share/tt_lib/page.tt

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -34,32 +34,11 @@
3434
<body>
3535

3636
<header>
37-
<div class="collapse bg-dark" id="navbarHeader">
38-
<div class="container">
39-
<div class="row">
40-
<div class="col-sm-8 col-md-7 py-4">
41-
<h4 class="text-white">About</h4>
42-
<p class="text-muted">Add some information about the album below, the author, or any other background context. Make it a few sentences long so folks can pick up some informative tidbits. Then, link them off to some social networking sites or contact information.</p>
43-
</div>
44-
<div class="col-sm-4 offset-md-1 py-4">
45-
<h4 class="text-white">Contact</h4>
46-
<ul class="list-unstyled">
47-
<li><a href="#" class="text-white">Follow on Twitter</a></li>
48-
<li><a href="#" class="text-white">Like on Facebook</a></li>
49-
<li><a href="#" class="text-white">Email me</a></li>
50-
</ul>
51-
</div>
52-
</div>
53-
</div>
54-
</div>
5537
<div class="navbar navbar-dark bg-dark shadow-sm">
5638
<div class="container">
57-
<a href="#" class="navbar-brand d-flex align-items-center">
39+
<a href="/" class="navbar-brand d-flex align-items-center">
5840
<strong>[% distribution.name %]</strong>
5941
</a>
60-
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarHeader" aria-controls="navbarHeader" aria-expanded="false" aria-label="Toggle navigation">
61-
<span class="navbar-toggler-icon"></span>
62-
</button>
6342
</div>
6443
</div>
6544
</header>
@@ -85,8 +64,8 @@
8564
<p class="float-end mb-1">
8665
<a href="#">Back to top</a>
8766
</p>
88-
<p class="mb-1">Album example is &copy; Bootstrap, but please download and customize it for yourself!</p>
89-
<p class="mb-0">New to Bootstrap? <a href="/">Visit the homepage</a> or read our <a href="/docs/5.0/getting-started/introduction/">getting started guide</a>.</p>
67+
<p class="mb-1">This web site was generated by <a href="https://davorg.dev/app-cpanmodulesite">App::CPANModuleSite</a>.</p>
68+
<p class="mb-0">App::CPANModuleSite was written by <a href="https://twitter.com/davorg">@davorg</a>, who would love to know if you find it useful.</p>
9069
</div>
9170
</footer>
9271

0 commit comments

Comments
 (0)