Skip to content

Commit

Permalink
deploy: a06fa75
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin committed Aug 29, 2024
1 parent 5c9571b commit 12b02b3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions cheatsheets/javascript/general/modules/amd.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

<meta property="og:site_name" content="Dev Cheatsheets" />

<title>AMD | Dev Cheatsheets</title>
<title>AMD modules | Dev Cheatsheets</title>

<meta property="og:title" content="AMD" />
<meta property="og:title" content="AMD modules" />

<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="AMD" />
<meta property="twitter:title" content="AMD modules" />
<meta name="generator" content="Jekyll v4.3.3" />

<meta property="og:locale" content="en_US" />
Expand All @@ -35,7 +35,7 @@
"name": "Dev Cheatsheets",
"description": "A collection of code snippets and CLI guides for quick and easy reference while coding",
"url": "https://michaelcurrin.github.io/dev-cheatsheets/cheatsheets/javascript/general/modules/amd.html",
"headline": "AMD",
"headline": "AMD modules",
"@type": "WebSite",
"@context": "https://schema.org",
"author": {
Expand Down Expand Up @@ -105,7 +105,7 @@ <h1 class="post-title">



<span>AMD</span>
<span>AMD modules</span>
</h1>


Expand Down Expand Up @@ -169,7 +169,7 @@ <h1 class="post-title">


<a href="/dev-cheatsheets/cheatsheets/javascript/general/modules/amd.html" class="underline">
AMD
AMD modules
</a>


Expand Down
2 changes: 1 addition & 1 deletion cheatsheets/javascript/general/modules/amd.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AMD
# AMD modules

> AMD: The Asynchronous Module Definition. The primary building block for referencing and defining modular JS code.
>
Expand Down
2 changes: 1 addition & 1 deletion cheatsheets/javascript/general/modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1493,7 +1493,7 @@ <h2>Pages</h2>



<span>AMD</span>
<span>AMD modules</span>
</a>
<i>
</i>
Expand Down
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://michaelcurrin.github.io/dev-cheatsheets/feed.xml" rel="self" type="application/atom+xml" /><link href="https://michaelcurrin.github.io/dev-cheatsheets/" rel="alternate" type="text/html" /><updated>2024-08-29T14:48:28+00:00</updated><id>https://michaelcurrin.github.io/dev-cheatsheets/feed.xml</id><title type="html">Dev Cheatsheets</title><subtitle>A collection of code snippets and CLI guides for quick and easy reference while coding</subtitle><author><name>Michael Currin</name></author></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://michaelcurrin.github.io/dev-cheatsheets/feed.xml" rel="self" type="application/atom+xml" /><link href="https://michaelcurrin.github.io/dev-cheatsheets/" rel="alternate" type="text/html" /><updated>2024-08-29T14:48:42+00:00</updated><id>https://michaelcurrin.github.io/dev-cheatsheets/feed.xml</id><title type="html">Dev Cheatsheets</title><subtitle>A collection of code snippets and CLI guides for quick and easy reference while coding</subtitle><author><name>Michael Currin</name></author></feed>

0 comments on commit 12b02b3

Please sign in to comment.