modify external links

This commit is contained in:
samaradel
2021-08-03 09:37:18 +02:00
parent ce15c7ec34
commit 5d337ebd82
2 changed files with 14 additions and 18 deletions

View File

@@ -8,7 +8,7 @@
<div
v-if="header.content"
v-html="header.content"
class="mb-8 text-gray-700 leading-relaxed"
class="post-content mb-8 text-gray-700 leading-relaxed"
></div>
<div>
<g-link
@@ -60,5 +60,3 @@ export default {
props: ["header"],
};
</script>
<style scoped>
</style>