diff --git a/docs/user-guide/shortcuts.liquid b/docs/user-guide/shortcuts.liquid
index 2ead588..8de07cc 100644
--- a/docs/user-guide/shortcuts.liquid
+++ b/docs/user-guide/shortcuts.liquid
@@ -6,6 +6,11 @@ order: 900
You can use the following shortcuts to manage hosts and connections.
+
+ Print this page if you would like to
+ mount it on your wall for quick reference!
+
+
{% for item in shortcuts %}
{{ item[0] }}
{% render "shortcuts", shortcuts: item[1] %}
diff --git a/website/layouts/page.liquid b/website/layouts/page.liquid
index 97851c3..b384f17 100644
--- a/website/layouts/page.liquid
+++ b/website/layouts/page.liquid
@@ -39,10 +39,11 @@ navigationOptions:
{{ content }}
{% if stub %}
-
+
- Oops… this Rolens documentation page is a work-in-progress! You could
- help writing it — thanks!
+ This Rolens documentation page is a work-in-progress! You could
+ help writing it
+ by sending a PR — thanks!
{% endif %}
diff --git a/website/sass/styles.scss b/website/sass/styles.scss
index 8ca23e2..42c29d0 100644
--- a/website/sass/styles.scss
+++ b/website/sass/styles.scss
@@ -262,6 +262,16 @@ article {
}
}
+ .stubmessage {
+ padding: 1rem;
+ border: 1px solid #aeae27;
+ border-radius: 0.75rem;
+ background-color: rgba(255, 255, 0, 0.235);
+ }
+ .stubmessage > :last-child {
+ margin-bottom: 0;
+ }
+
footer {
margin-top: 3rem;
padding-top: 1rem;