Design for ancillary pages implemented

This commit is contained in:
ポール ウェッブ 2018-05-08 15:55:33 -05:00
commit d8ebb6b049
10 changed files with 183 additions and 57 deletions
.vuepress/components

View file

@ -1,5 +1,5 @@
<template>
<a v-bind:href="githubUrl" target="_blank">Edit this page on Github</a>
<a v-bind:href="githubUrl" target="_blank" title="Edit this page on GitHub">Edit this page on GitHub</a>
</template>
<script>