We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c86e6e6 + e1164c5 commit 6f7b925Copy full SHA for 6f7b925
src/.vuepress/theme/components/PageEdit.vue
@@ -4,17 +4,20 @@
4
<p>
5
Deployed on
6
<a href="https://url.netlify.com/HJ8X2mxP8">Netlify</a>.
7
- <span v-if="editLink" class="edit-link">
+ <template v-if="editLink">
8
+ <br />
9
+ <span class="edit-link">
10
Caught a mistake or want to contribute to the documentation?
- <a
- :href="editLink"
11
- target="_blank"
12
- rel="noopener noreferrer"
13
- >
14
- {{ editLinkText }}
15
- <OutboundLink />
16
- </a>
17
- </span>
+ <a
+ :href="editLink"
+ target="_blank"
+ rel="noopener noreferrer"
+ >
+ {{ editLinkText }}
+ <OutboundLink />
18
+ </a>
19
+ </span>
20
+ </template>
21
<template v-if="lastUpdated" class="last-updated">
22
<br />
23
<span class="prefix">{{ lastUpdatedText }}:</span>
0 commit comments