Skip to content

Commit

Permalink
Change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissy-dev committed Jun 1, 2022
1 parent 9599017 commit 9f836c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Chris Collins
Copyright (c) 2022 Chris Collins

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/_data/site.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
"title": "Eleventy Web Starter",
"description": "Minimal boilerplate for new projects built with Eleventy, Tailwind, PurgeCSS and PostCSS",
"description": "Minimal boilerplate for new projects built with Eleventy, Tailwind, PostCSS and esbuild",
"url": "https://eleventywebstarter.netlify.app",
"author": "Chris Collins",
"meta_data": {
Expand Down
2 changes: 1 addition & 1 deletion src/_layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
{% include "head.njk" %}
{% if site.env %}
<!-- capture the CSS content as a Liquid variable -->
<!-- Capture the CSS content as a Nunjucks variable -->
{% set css %}{% include "styles.min.css" %}{% endset %}
<style>
{{css | safe}}
Expand Down

0 comments on commit 9f836c7

Please sign in to comment.