There was an error while loading. Please reload this page.
1 parent 06fdb69 commit 9476290Copy full SHA for 9476290
1 file changed
packages/docs/src/_includes/layouts/home.njk
@@ -3,6 +3,14 @@
3
4
{% block content %}
5
6
+ {% set additionalClasses = 'c-tile--orange' %}
7
+ {% set title = 'Pattern Lab is archived. ' %}
8
+ {% set link = 'https://github.com/pattern-lab' %}
9
+ {% set description = "Read the <a href='https://github.com/pattern-lab'>full announcement</a>, and thank you." %}
10
+ <header>
11
+ {% include "components/tile.njk" %}
12
+ </header>
13
+
14
{% include "components/hero.njk" %}
15
16
<div class="l-container">
0 commit comments