mirror of
https://github.com/loikein/hugo-tufte.git
synced 2024-11-16 21:36:56 +01:00
Correct image link (#13)
This commit is contained in:
parent
4299d3bfdb
commit
9120aa5534
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ func main() {
|
||||||
### Figure
|
### Figure
|
||||||
Below we have an example of a regular width figure.
|
Below we have an example of a regular width figure.
|
||||||
{{< figure
|
{{< figure
|
||||||
src="https://raw.githubusercontent.com/edwardtufte/tufte-css/master/img/exports-imports.png"
|
src="https://github.com/edwardtufte/tufte-css/raw/gh-pages/img/exports-imports.png"
|
||||||
class="class param"
|
class="class param"
|
||||||
title="The image title."
|
title="The image title."
|
||||||
caption="This is the image caption."
|
caption="This is the image caption."
|
||||||
|
|
Loading…
Reference in a new issue