diff options
author | Yihui Xie | 2017-06-15 23:39:20 -0500 |
---|---|---|
committer | Yihui Xie | 2017-06-15 23:39:20 -0500 |
commit | 6abe71e2a7e3181fa8b85b89cdcae9c1e9eec39d (patch) | |
tree | 04447f4851f7632f4cc232fb591c54b6e13fe111 | |
parent | a9f25bbe8741df21d2a5e6d3fda9bda73066a412 (diff) | |
download | hugo-xmin-6abe71e2a7e3181fa8b85b89cdcae9c1e9eec39d.tar.lz hugo-xmin-6abe71e2a7e3181fa8b85b89cdcae9c1e9eec39d.tar.zst hugo-xmin-6abe71e2a7e3181fa8b85b89cdcae9c1e9eec39d.zip |
link screenshot to documentation
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index b073098..d5083c3 100644 --- a/README.md +++ b/README.md @@ -25,4 +25,4 @@ find . -not -path '*/exampleSite/*' \( -name '*.html' -o -name '*.css' \) | xarg I can certainly further reduce the code, for example, by eliminating the CSS, but I believe a tiny bit CSS can greatly improve readability. You cannot really find many CSS frameworks that only contain 50 lines of code. -![Screenshot](/images/screenshot.png) +[![Screenshot](/images/screenshot.png)](https://xmin.yihui.name) |