We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f4646 commit 9c6706eCopy full SHA for 9c6706e
_includes/development.html
@@ -0,0 +1,20 @@
1
+{% if jekyll.environment == "development" %}
2
+ <div class="page-development-warning">DEVELOPMENT MODE</div>
3
+
4
+ <style type="text/css">
5
+ .page-development-warning {
6
+ width: 100%;
7
+ margin: 0;
8
+ padding: 20px;
9
10
+ color: white;
11
+ background: black;
12
13
+ font-family: Helvetica, Arial, sans-serif !important;
14
+ font-size: 16px !important;
15
+ font-weight: normal !important;
16
+ font-variant: normal !important;
17
+ line-height: normal !important;
18
+ }
19
+ </style>
20
+{% endif %}
_layouts/tutorial.html
@@ -7,6 +7,8 @@
<style>body { background-color: #fbfbfb; }</style>
</head>
<body>
+ {% include development.html %}
<div class="page tutorial" id="page">
<!-- start promotion header -->
{% include promotion_header.html %}
0 commit comments