Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<div id="content-wrapper" class="fixed-header-padding">

<br>
<div class="jumbotron jumbotron-fluid bg-primary text-white">
<div class="bg-primary text-white py-5 mb-4">
<div class="container">
<h1 class="display-4 no-index" id="landing-page-title"><span id="landing-page-title" class="anchor"></span>Landing Page Title<a class="fa fa-anchor" href="#landing-page-title" onclick="event.stopPropagation()"></a></h1>
<p class="lead">A tagline can go here</p>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/template/default/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<br>

<div class="jumbotron jumbotron-fluid bg-primary text-white">
<div class="bg-primary text-white py-5 mb-4">
<div class="container">
<h1 class="display-4 no-index">Landing Page Title</h1>
<p class="lead">A tagline can go here</p>
Expand Down