Skip to content

Commit

Permalink
update index page
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenschobert committed Jan 24, 2025
1 parent c9d7d71 commit 8813a93
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,9 @@
<meta charset="UTF-8" />
<title>Instafeed.js - a simple Instagram javascript plugin</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta
name="description"
content="Instafeed.js is a simple way to display your Instagram photos on your website."
/>
<meta
name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
/>
<link
rel="stylesheet"
href="//cdn.jsdelivr.net/npm/docsify@4/themes/vue.css"
/>
<meta name="description" content="Instafeed.js is a simple way to display your Instagram photos on your website.">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/themes/vue.css" />
</head>
<body>
<div id="app"></div>
Expand All @@ -31,8 +22,8 @@
auto2top: true,
alias: {
"/changelog":
"https://raw.githubusercontent.com/stevenschobert/instafeed.js/refs/heads/master/CHANGELOG.md",
},
"https://raw.githubusercontent.com/stevenschobert/instafeed.js/refs/heads/master/CHANGELOG.md"
}
};
</script>
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
Expand Down

0 comments on commit 8813a93

Please sign in to comment.