Skip to content

Commit

Permalink
add seo tag
Browse files Browse the repository at this point in the history
  • Loading branch information
blackpill committed Sep 11, 2023
1 parent d55f9ba commit b837ca1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ group :jekyll_plugins do
gem 'jekyll-sitemap'
gem 'jekyll-toc'
gem 'jekyll-twitter-plugin'
gem 'jekyll-seo-tag'
gem 'jemoji'
gem 'mini_racer'
# gem 'mini_racer'
gem 'unicode_utils'
gem 'webrick'
end
end
group :other_plugins do
gem 'feedjira'
gem 'httparty'
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ plugins:
- jekyll/scholar
- jekyll-sitemap
- jekyll-toc
- jekyll-seo-tag
# - jekyll-twitter-plugin
- jemoji

Expand Down
3 changes: 2 additions & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<script src="{{ '/assets/js/theme.js' | relative_url }}"></script>
<script src="{{ '/assets/js/dark_mode.js' | relative_url }}"></script>
{% endif %}

{% seo title=false %}
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SELGLCTSNF"></script>
<script>
Expand All @@ -47,3 +47,4 @@

gtag('config', 'G-SELGLCTSNF');
</script>

5 changes: 4 additions & 1 deletion _pages/about.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: about
title: About
title: Tesla Display
permalink: /
subtitle: This free app can mirror the small screen of your mobile phone to the big screen of your Tesla while driving.

Expand All @@ -17,6 +17,9 @@ profile:
# latest_posts: true # includes a list of the newest posts
# selected_papers: true # includes a list of papers marked as "selected={true}"
social: true # includes social icons at the bottom of the page
canonical_url: 'https://tesladisplay.com'
seo:
name: Tesla Display
---

## Why should I use this app?
Expand Down

0 comments on commit b837ca1

Please sign in to comment.