diff --git a/.eleventy.js b/.eleventy.js index 5639f06c..df8c0433 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -71,7 +71,6 @@ module.exports = function (eleventyConfig) { eleventyConfig.addPassthroughCopy("src/android-launchericon-72-72.png"); eleventyConfig.addPassthroughCopy("src/keybase.txt"); eleventyConfig.addPassthroughCopy("src/manifest.json"); - eleventyConfig.addPassthroughCopy("src/site.webmanifest"); eleventyConfig.addPassthroughCopy("src/sw.js"); eleventyConfig.addPassthroughCopy("src/_headers"); eleventyConfig.addPassthroughCopy("src/js/**"); diff --git a/docs/credits/credits/index.html b/docs/credits/credits/index.html index c6f6b733..7cc0e1e7 100644 --- a/docs/credits/credits/index.html +++ b/docs/credits/credits/index.html @@ -101,8 +101,8 @@

Fonts #--font-family-heading: 'Pirata One', cursive; }

Icons #

-

A custom icon component (icon-component.js) is used to render icons as web components with Font Awesome as the preferred icon library.

-
  <fa-icon type="brands" name="github" size="md"></fa-icon>
+

Font Awesome is the preferred icon library, loaded via its kit script and used directly as inline icon markup.

+
  <i class="fa-solid fa-github"></i>

Plugins #