Skip to content

Commit

Permalink
Added unique HTML title to each page
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Klish committed Oct 21, 2021
1 parent f3be0f0 commit 80d6d1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<html lang="en">

<head>
<title>Elide JSON-API and GraphQL Webservices{% if page.title != nil %} : {{page.title}}{% endif %}{% if page.version != nil %} (V{{page.version}}){% endif %}</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113508065-1"></script>
<script>
Expand Down

0 comments on commit 80d6d1f

Please sign in to comment.