Skip to content

Commit 1749772

Browse files
committed
updated
1 parent dd646ef commit 1749772

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

_includes/announcement.html

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<div style="background-color: #fff573; text-align: center; padding: 5px">
2+
Training: Web Test Automation with Codeception - 04.09.2019-05.09.2019 <a href="https://sdclabs.com/trainings/schedule">Buy now!</a>
3+
</div>

_layouts/bootstrap.html

+7-4
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,15 @@
3434
<link rel="author" href="https://plus.google.com/+Codeception">
3535
</head>
3636

37-
<body>{% capture guides %}{% include guides.html %}{% endcapture %}
37+
<body>
38+
{% capture guides %}{% include guides.html %}{% endcapture %}
3839
{% capture modules %}{% include modules.html %}{% endcapture %}
3940
{% capture reference %}{% include reference.html %}{% endcapture %}
4041
<nav class="navbar nav-custom navbar-inverse navbar-fixed-top">
42+
43+
44+
{% include announcement.html %}
45+
4146
<div class="container-fluid">
4247
<div class="navbar-header">
4348
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
@@ -154,9 +159,7 @@ <h4>Modules</h4>
154159
</div> <!-- /.container -->
155160
</nav>
156161

157-
<div style="background-color: #fff573; text-align: center, padding: 10px">
158-
Training: Web Test Automation with Codeception - 04.09.2019-05.09.2019 <a href="https://sdclabs.com/trainings/schedule">Buy now!</a>
159-
</div>
162+
160163

161164
{% if page.hero %}
162165
<div>{% include {{ page.hero }} %}</div>

0 commit comments

Comments
 (0)