{% capture siteUrl %}{{ "/" | relative_url }}{% endcapture %} {% capture siteTitle %}{{ site.title }}{% endcapture %} {% capture categoriesUrl %}{{ "/categories" | relative_url }}{% endcapture %} {% capture categoriesLabel %}{{ site.acg.categories.label | default: "Categories" }}{% endcapture %} {% capture tagsUrl %}{{ "/tags" | relative_url }}{% endcapture %} {% capture tagsLabel %}{{ site.acg.tags.label | default: "Tags" }}{% endcapture %} {% capture aboutUrl %}{{ "/about" | relative_url }}{% endcapture %} {% capture aboutLabel %}{{ site.acg.about.label | default: "About" }}{% endcapture %} {% capture friendsUrl %}{{ "/friends" | relative_url }}{% endcapture %} {% capture friendsLabel %}{{ site.acg.friends.label | default: "Friends" }}{% endcapture %} {% assign friends = site.data.friends %}