|
34 | 34 | <body> |
35 | 35 |
|
36 | 36 | <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> |
55 | 37 | <div class="navbar navbar-dark bg-dark shadow-sm"> |
56 | 38 | <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"> |
58 | 40 | <strong>[% distribution.name %]</strong> |
59 | 41 | </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> |
63 | 42 | </div> |
64 | 43 | </div> |
65 | 44 | </header> |
|
85 | 64 | <p class="float-end mb-1"> |
86 | 65 | <a href="#">Back to top</a> |
87 | 66 | </p> |
88 | | - <p class="mb-1">Album example is © 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> |
90 | 69 | </div> |
91 | 70 | </footer> |
92 | 71 |
|
|
0 commit comments