We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6dcc9ca + f6c1048 commit 4b9bf2eCopy full SHA for 4b9bf2e
src/_layouts/default.html
@@ -62,6 +62,13 @@
62
<link rel="stylesheet" href="{{ '/assets/main.css' | relative_url }}">
63
</head>
64
<body>
65
+ {% if jekyll.environment == "testing" %}
66
+ <div style="height:30px; background-color:#fbfb81; width:100%; border-bottom: 1px solid #888">
67
+ <div class="stage">
68
+ <p>This site is meant for preview only. Please do not share outside of Segment. Search results link directly to production.</p>
69
+ </div>
70
71
+ {% endif %}
72
<div id="consent-manager"></div>
73
{{ content }}
74
<a class="back-scrolling" data-back-scrolling data-active-class="back-scrolling--active">
0 commit comments