diff options
author | Yihui Xie | 2017-06-16 22:45:54 -0500 |
---|---|---|
committer | Yihui Xie | 2017-06-16 22:45:54 -0500 |
commit | 2b5a86a26bdbf80d88e354263d0b1f9773b33c9c (patch) | |
tree | 8470364314d8882f1b1ccdc7612e7ecc15461380 | |
parent | feeaee163c0b28e93cd9080ecc3cc6e951e1b014 (diff) | |
download | hugo-xmin-2b5a86a26bdbf80d88e354263d0b1f9773b33c9c.tar.lz hugo-xmin-2b5a86a26bdbf80d88e354263d0b1f9773b33c9c.tar.zst hugo-xmin-2b5a86a26bdbf80d88e354263d0b1f9773b33c9c.zip |
use float and add the alt attribute to <img>
-rw-r--r-- | exampleSite/content/_index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md index 77e75a2..02563f6 100644 --- a/exampleSite/content/_index.md +++ b/exampleSite/content/_index.md @@ -2,7 +2,7 @@ title: Home --- -[<img src="https://simpleicons.org/icons/github.svg" style="max-width:15%;min-width:40px" align="right" />](https://github.com/yihui/hugo-xmin) +[<img src="https://simpleicons.org/icons/github.svg" style="max-width:15%;min-width:40px;float:right;" alt="Github repo" />](https://github.com/yihui/hugo-xmin) # HUGO XMIN |