Remove {{ site.url }} reference to simplify example
This commit is contained in:
parent
a94ad3e18d
commit
b1421824f8
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ Apply the `half` class like so to display two images side by side that share the
|
|||
|
||||
{% highlight html %}
|
||||
<figure class="half">
|
||||
<a href="{{ site.url }}/images/image-filename-1-large.jpg"><img src="{{ site.url }}/images/image-filename-1.jpg"></a>
|
||||
<a href="{{ site.url }}/images/image-filename-2-large.jpg"><img src="{{ site.url }}/images/image-filename-2.jpg"></a>
|
||||
<a href="/images/image-filename-1-large.jpg"><img src="/images/image-filename-1.jpg"></a>
|
||||
<a href="/images/image-filename-2-large.jpg"><img src="/images/image-filename-2.jpg"></a>
|
||||
<figcaption>Caption describing these two images.</figcaption>
|
||||
</figure>
|
||||
{% endhighlight %}
|
||||
|
|
Loading…
Reference in a new issue