]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add missing trailing slash.
authorXhmikosR <xhmikosr@gmail.com>
Mon, 28 Jan 2019 19:38:12 +0000 (21:38 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 29 Jan 2019 15:21:11 +0000 (17:21 +0200)
site/docs/4.2/examples/album/index.html

index 2f143e26d4b01d77ab198e2ee9909573d33ca775..31f0702efdbd086fd2b2de0695bd198b0afcf813 100644 (file)
@@ -202,6 +202,6 @@ extra_css: "album.css"
       <a href="#">Back to top</a>
     </p>
     <p>Album example is &copy; Bootstrap, but please download and customize it for yourself!</p>
-    <p>New to Bootstrap? <a href="{{ site.url }}">Visit the homepage</a> or read our <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/introduction/">getting started guide</a>.</p>
+    <p>New to Bootstrap? <a href="{{ site.url }}/">Visit the homepage</a> or read our <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/introduction/">getting started guide</a>.</p>
   </div>
 </footer>