Minor errata
* Localize "file" and "link" in OGP title * Correct `dist/i18n.yml` to `res/i18n.yml` in README
This commit is contained in:
10
index.html
10
index.html
@@ -4,11 +4,11 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>ln -s</title>
|
||||
<meta property="og:title" content="ln -s <file> <link>" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="{{description}}"
|
||||
property="og:title"
|
||||
content="ln -s <{{file}}> <{{link}}>"
|
||||
/>
|
||||
<meta property="og:description" content="{{description}}" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://eunakria.com/ln-s" />
|
||||
<meta
|
||||
@@ -194,9 +194,7 @@
|
||||
>
|
||||
<span class="red"
|
||||
><span class="above">
|
||||
<span class="handwritten"
|
||||
>{{link_annotation}}</span
|
||||
>
|
||||
<span class="handwritten">{{link_annotation}}</span>
|
||||
<svg class="arrow" viewBox="0 0 40 30">
|
||||
<path
|
||||
transform="scale(-1,-1) translate(-40,-30)"
|
||||
|
||||
Reference in New Issue
Block a user