Skip to content

Commit

Permalink
Add rubric to meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Apr 15, 2024
1 parent 3415a95 commit 38102fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/templates/doc-begin.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
<meta charset=utf-8>
<meta name=viewport content="width=device-width, initial-scale=1">
<meta name=robots content="index, follow">
<meta name=description content="{{pageTitle}} ๐Ÿ‡บ๐Ÿ‡ธ Think Metric ๐Ÿ‡บ๐Ÿ‡ธ Americans for Metrication">
<meta name=description content="Think Metric ๐Ÿ‡บ๐Ÿ‡ธ {{pageTitle}} ๐Ÿ‡บ๐Ÿ‡ธ Practical ways to go metric">
<meta name=apple-mobile-web-app-title content="Think Metric">
<meta name=twitter:card content="summary_large_image">
<meta name=twitter:title content="{{pageTitle}}">
<meta name=twitter:description content="Think Metric ๐Ÿ‡บ๐Ÿ‡ธ Americans for Metrication">
<meta name=twitter:description content="Think Metric ๐Ÿ‡บ๐Ÿ‡ธ Americans for Metrication: Practical ways to go metric">
<meta property=og:title content="{{pageTitle}}">
<meta property=og:description content="Think Metric ๐Ÿ‡บ๐Ÿ‡ธ Americans for Metrication">
<meta property=og:description content="Think Metric ๐Ÿ‡บ๐Ÿ‡ธ Americans for Metrication: Practical ways to go metric">
<meta property=og:type content="website">
<meta property=og:image content="https://think-metric.org/graphics/social-media/think-metric-logo-card.png">
<meta property=og:image:alt content="Logo">
<title>{{pageTitle}} ๐Ÿ‡บ๐Ÿ‡ธ Think Metric</title>
<link rel=icon href={{webRoot}}/graphics/bookmark.png>
<link rel=apple-touch-icon href={{webRoot}}/graphics/bookmark.png>
<link rel=apple-touch-icon href={{webRoot}}/graphics/think-metric-logo.png>
<link rel=preconnect href=https://fonts.googleapis.com>
<link rel=preconnect href=https://fonts.gstatic.com crossorigin>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@{{pkg.dependencies.-fortawesome-fontawesome-free|version}}/css/all.min.css>
Expand Down Expand Up @@ -57,6 +57,6 @@
<a href={{webRoot}}/elsewhere>Elsewhere</a>
</nav>
<h1>Think Metric</h1>
<h2>๐Ÿ‡บ๐Ÿ‡ธ Americans for Metrication ๐Ÿ‡บ๐Ÿ‡ธ</h2>
<h2>๐Ÿ‡บ๐Ÿ‡ธ&nbsp;Americans for Metrication&nbsp;๐Ÿ‡บ๐Ÿ‡ธ</h2>
<img src={{webRoot}}/graphics/think-metric-logo.png alt=logo>
</header>
3 changes: 2 additions & 1 deletion src/website/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{% assign pageTitle = 'Home Page' %}
{% assign pageTitle = 'Americans for Metrication' %}
{% render 'src/templates/doc-begin.html', pageTitle: pageTitle %}

<main id=home-page>

<section>
<h2>Practical Way to Go Metric</h2>
<p>
There are more Americans than you might think who want to see our great country go
metric.&nbsp;
Expand Down

0 comments on commit 38102fb

Please sign in to comment.