From cb0fa81655d6af47b1970ca4fa1303a0fbd849bb Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Fri, 26 Jul 2024 20:31:02 +0200 Subject: [PATCH] Issue #87 Add license note to footer (#90) --- .vuepress/theme/components/PageEdit.vue | 30 +++++++++++++++++++------ 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/.vuepress/theme/components/PageEdit.vue b/.vuepress/theme/components/PageEdit.vue index e1ac3ca09..af21b7c61 100644 --- a/.vuepress/theme/components/PageEdit.vue +++ b/.vuepress/theme/components/PageEdit.vue @@ -8,8 +8,10 @@ :href="editLink" target="_blank" rel="noopener noreferrer" - >{{ editLinkText }} - + > + {{ editLinkText }} + +
{{ lastUpdatedText }}: {{ lastUpdated }}
+ +
+ This documentation is licensed under the + + Apache License, Version 2.0 + + +
+ @@ -115,15 +132,15 @@ export default { padding-top 1rem padding-bottom 1rem overflow auto + font-size 0.9em .edit-link display inline-block + margin-right 1rem a color lighten($textColor, 25%) - margin-right 0.25rem .last-updated - float right - font-size 0.9em + display inline-block .prefix font-weight 500 color lighten($textColor, 25%) @@ -133,11 +150,10 @@ export default { @media (max-width: $MQMobile) .page-edit + font-size 0.8em .edit-link margin-bottom 0.5rem .last-updated - font-size 0.8em - float none text-align left