summaryrefslogtreecommitdiffstats
path: root/src/examples.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples.html')
-rw-r--r--src/examples.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/examples.html b/src/examples.html
index 99706dc..e82d89f 100644
--- a/src/examples.html
+++ b/src/examples.html
@@ -2,7 +2,6 @@
layout: base
title: Font Awesome Examples
navbar_active: examples
-relative_path: ../
---
{% capture jumbotron_h1 %}<i class="fa fa-magic"></i>&nbsp; Examples{% endcapture %}
{% capture jumbotron_p %}Lots of easy ways to use Font Awesome{% endcapture %}
@@ -13,7 +12,7 @@ relative_path: ../
<div class="container">
{% capture stripe_ad_content %}
<p class="lead">
- After you <a href="{{ page.relative_path }}get-started/">get up and running</a>, you can place Font Awesome icons just about
+ After you <a href="/get-started/">get up and running</a>, you can place Font Awesome icons just about
anywhere with the <code>&lt;i&gt;</code> tag.
Some examples appreciatively re-used from the <a href="{{ site.bootstrap.url }}">Bootstrap documentation</a>.
</p>