diff options
author | Zach van Rijn <me@zv.io> | 2021-11-13 10:27:02 -0600 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-11-13 10:47:31 -0600 |
commit | 267130c98bb50b8eff5d4e67b729a4ab46a78f1f (patch) | |
tree | 63ebb07bd01f9a28d07f83914ccf3b244fd86c1e /src/index.html | |
parent | 464785b32d3b7f80e1e44aac9a3530284df80475 (diff) | |
download | site-ng-267130c98bb50b8eff5d4e67b729a4ab46a78f1f.tar.gz site-ng-267130c98bb50b8eff5d4e67b729a4ab46a78f1f.tar.bz2 site-ng-267130c98bb50b8eff5d4e67b729a4ab46a78f1f.tar.xz site-ng-267130c98bb50b8eff5d4e67b729a4ab46a78f1f.zip |
Add POSIX buzzword to homepage and about page.
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index 4766bac..85e36a8 100644 --- a/src/index.html +++ b/src/index.html @@ -84,7 +84,7 @@ __HEADER__ <i class="ti-lock"></i> </div> <h6 class="font-weight-medium font-small uppercase">Reliable</h6> - <p>We work side-by-side with kernel engineers, the musl libc project, and adjacent communities to create an environment that conforms to global operating system standards.</p> + <p>We work side-by-side with kernel engineers, the musl libc project, and adjacent communities to create an environment that conforms to global operating system standards such as POSIX<sup>®</sup>.</p> </div> <!-- Feature box 3 --> <div class="col-12 col-lg-4"> |