Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Commit 9476290

Browse files
committed
archival message
1 parent 06fdb69 commit 9476290

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • packages/docs/src/_includes/layouts

packages/docs/src/_includes/layouts/home.njk

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33

44
{% block content %}
55

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+
614
{% include "components/hero.njk" %}
715

816
<div class="l-container">

0 commit comments

Comments
 (0)