Skip to content

Commit

Permalink
html title change
Browse files Browse the repository at this point in the history
Swapped the title from being just "ithkapp" to "Ithkapp | (word)"
  • Loading branch information
chromonym committed Jul 17, 2022
1 parent e4bd6e8 commit 6aa7e13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="<%= BASE_URL %>apple-touch-icon.png">
<title><%= htmlWebpackPlugin.options.title %></title>
<!--<title><%= htmlWebpackPlugin.options.title %></title>-->
<script src="https://kit.fontawesome.com/719ae0144d.js" crossorigin="anonymous"></script>
</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<template>
<title>Ithkapp | {{ithkword}}</title>
<!-- This program works with TNIL Morpho-Phonology v0.19 and Phonotaxis v0.5.4 -->
<div id="content">
<span class="close" @click="openModal('settings')"><i class="fa-solid fa-gear fa-xs"></i></span>
Expand Down

0 comments on commit 6aa7e13

Please sign in to comment.