Diff file names

This commit is contained in:
MattIPv4
2020-06-09 16:02:46 +01:00
parent 8b10ed3e05
commit 95bad7b943
4 changed files with 87 additions and 26 deletions

View File

@@ -26,7 +26,7 @@ THE SOFTWARE.
<template>
<div :class="`column ${half ? 'is-half' : 'is-full'} is-full-mobile is-full-tablet`">
<h3>{{ name }}</h3>
<h3 v-html="name"></h3>
<pre><code class="language-nginx" v-html="conf"></code></pre>
</div>
</template>