Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo #38

Merged
merged 3 commits into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/.idea
/node_modules
/exampleSite/.hugo_build.lock
/exampleSite/public
/exampleSite/resources/_gen
/exampleSite/hugo_stats.json
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/articles/metatags.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 7. Metatags
date: 2021-12-18
---

Metatags are used to provide additional information about the page, usualy used by search engines and social media websites / apps. It allows to customize your page's title, description, preview image and more.
Metatags are used to provide additional information about the page, usually used by search engines and social media websites / apps. It allows to customize your page's title, description, preview image and more.

### Configure default tags

Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"author": "Varun A P",
"license": "MIT",
"dependencies": {
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.7",
"tailwindcss": "^3.2.0"
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.10",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"concurrently": "^8.2.2"
Expand Down