Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJulien Deswaef <judeswae@thoughtworks.com>2018-02-06 07:05:35 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-02-06 07:05:35 +0300
commit8266427633241d621440574d5ac1bc625cc63355 (patch)
tree879d3dcaa64998e910f19ef13e347849d8b00544 /src
parentf990c6884662057fbd92888bb32bb957db2577d2 (diff)
Renaming titles
Diffstat (limited to 'src')
-rw-r--r--src/community.html2
-rw-r--r--src/examples.html8
-rw-r--r--src/icons.html2
3 files changed, 5 insertions, 7 deletions
diff --git a/src/community.html b/src/community.html
index 702ca133d..6322dfde6 100644
--- a/src/community.html
+++ b/src/community.html
@@ -1,6 +1,6 @@
---
layout: base
-title: The Font Awesome Community
+title: The Fork Awesome Community
navbar_active: community
relative_path: ../
---
diff --git a/src/examples.html b/src/examples.html
index 64ba82d62..0c456fbdd 100644
--- a/src/examples.html
+++ b/src/examples.html
@@ -1,23 +1,21 @@
---
layout: base
-title: Font Awesome Examples
+title: Fork Awesome Examples
navbar_active: examples
relative_path: ../
---
{% capture jumbotron_h1 %}<i class="fa fa-magic" aria-hidden="true"></i>&nbsp; Examples{% endcapture %}
-{% capture jumbotron_p %}Lots of easy ways to use Font Awesome{% endcapture %}
+{% capture jumbotron_p %}Lots of easy ways to use {{ site.forkawesome.name }}{% endcapture %}
{% include jumbotron.html %}
{% include stripe-social.html %}
<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="{{ page.relative_path }}get-started/">get up and running</a>, you can place {{ site.forkawesome.name }} 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>
- {% endcapture %}
<div class="alert alert-success gg">
<div class="gg-col min-width">
diff --git a/src/icons.html b/src/icons.html
index b373b8cc2..e68abe357 100644
--- a/src/icons.html
+++ b/src/icons.html
@@ -1,6 +1,6 @@
---
layout: base
-title: Font Awesome Icons
+title: Fork Awesome Icons
navbar_active: icons
relative_path: ../
---