Skip to content

Commit

Permalink
Refactor base.html to add Eleventy Leaderboard metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
surajwate committed Sep 16, 2024
1 parent d8e0687 commit 7bac182
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/_includes/layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<meta name="author" content="Suraj Wate" />
<meta name="keywords" content="Data Science, Machine Learning, Python" />

<!-- Info for Eleventy Leaderboard -->
<meta name="generator" content="Eleventy">

<!-- Open Graph Tags -->
<meta property="og:title" content="{{ title }}" />
<meta property="og:type" content="website" />
Expand Down

0 comments on commit 7bac182

Please sign in to comment.