mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-28 02:26:15 -04:00
refactor: changed app title
Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
parent
e0e7715ce6
commit
ac54250e8a
3 changed files with 3 additions and 2 deletions
|
@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
## Next
|
## Next
|
||||||
- [ui] condensed + colored sidenav
|
- [ui] condensed + colored sidenav
|
||||||
- [feat] added [git memo](/#/git-memo)
|
- [feat] added [git memo](/#/git-memo)
|
||||||
|
- [refactor] changed app title
|
||||||
|
|
||||||
## 1.3.0
|
## 1.3.0
|
||||||
- [fix] [GithubContributors] ordered contributors by contribution count
|
- [fix] [GithubContributors] ordered contributors by contribution count
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
<title>IT Tools - Set of handy developer tools</title>
|
||||||
<link rel="canonical" href="https://it-tools.tech">
|
<link rel="canonical" href="https://it-tools.tech">
|
||||||
<meta itemprop="name" content="IT-Tools">
|
<meta itemprop="name" content="IT-Tools">
|
||||||
<meta property="og:title" content="IT-Tools">
|
<meta property="og:title" content="IT-Tools">
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<v-app id="inspire">
|
<v-app id="inspire">
|
||||||
<vue-headful
|
<vue-headful
|
||||||
:title="currentRoute ? `${currentRoute.text} - IT-Tools` : 'IT-Tools'"
|
:title="currentRoute ? `${currentRoute.text} - IT Tools` : 'IT Tools - Set of handy developer tools'"
|
||||||
:description="currentRoute ? currentRoute.description: 'Aggregated set of useful tools that every developer may need once in a while.'"
|
:description="currentRoute ? currentRoute.description: 'Aggregated set of useful tools that every developer may need once in a while.'"
|
||||||
:keywords="currentRoute ? currentRoute.keywords: null"
|
:keywords="currentRoute ? currentRoute.keywords: null"
|
||||||
image="/img/banner.png"
|
image="/img/banner.png"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue