Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvvveiii <cntrump@gmail.com>2020-01-02 04:30:09 +0300
committervvveiii <cntrump@gmail.com>2020-01-02 04:30:09 +0300
commit86e6fa3055f08010a3d62a75ece013c3d06ccab2 (patch)
treec2360dd2fef150bdff17626a6e452dde9cef71df
parent3ea514859f9f435bba2cf253be1a198e8407f5e5 (diff)
update ReadMe
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5949659..32b989d 100644
--- a/README.md
+++ b/README.md
@@ -216,9 +216,11 @@ You can relayout copyright like this:
```html
{{- $copyright := . -}}
-<div style="display:flex; flex-direction:row; justify-content:space-between;">
-<p>{{- $copyright -}}</p>
-<p><span>Powered by </span><a href="https://gohugo.io">Hugo</a><span> and the </span><a href="https://themes.gohugo.io/hugo-notepadium/">Notepadium</a></p>
+<div style="display:flex; flex-direction:row; flex-wrap:wrap; justify-content:space-between;">
+<p style="flex-shrink: 0;">{{- $copyright -}}</p>
+<p><span>Powered by </span><a
+ href="https://gohugo.io" target="_blank">Hugo</a><span> and the </span><a
+ href="https://themes.gohugo.io/hugo-notepadium/" target="_blank">Notepadium</a></p>
</div>
```