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

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo Guerrero <wolf.fox1985@gmail.com>2016-09-05 13:03:33 +0300
committerGuillermo Guerrero <wolf.fox1985@gmail.com>2016-09-05 13:03:33 +0300
commitf599d453313180caf8e5174d8897078560976e2e (patch)
tree0b8bed09bc22d8f75bbc22a605551f217ec25044 /README.md
parent7dfdfac49563fe8079040164c358c17cf2eb49fc (diff)
Added URL as a param to clients.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 673c68c..094389e 100644
--- a/README.md
+++ b/README.md
@@ -292,6 +292,7 @@ Each client file contains the following information.
```yaml
name: "customer-1"
image: "img/clients/customer-1.png"
+url: "http://www.customer-1.com"
```
The `name` of the client and a relative path to the logo inside the `static` directory.