aboutsummaryrefslogtreecommitdiff
path: root/_includes/header.html
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-07-01 16:50:28 +0200
committerJakob Odersky <jodersky@gmail.com>2015-07-01 16:50:28 +0200
commitfe0f985cc397d088eb2c5dee81f5ab4be573658d (patch)
treed2c99678bbb5152cd29ed6001be3ebb473360f2d /_includes/header.html
parente8d3bb74c8ff551bd941da253438fef17424cb36 (diff)
downloadwebsite-fe0f985cc397d088eb2c5dee81f5ab4be573658d.tar.gz
website-fe0f985cc397d088eb2c5dee81f5ab4be573658d.tar.bz2
website-fe0f985cc397d088eb2c5dee81f5ab4be573658d.zip
update site
Diffstat (limited to '_includes/header.html')
-rw-r--r--_includes/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/header.html b/_includes/header.html
index f2bec93..868404d 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -14,7 +14,7 @@
<div class="collapse navbar-collapse" id="main-navbar-collapse">
<ul class="nav navbar-nav">
<li {% if page.id == "about" %} class="active" {% endif %}>
- <a href="/">About</a>
+ <a href="/">About Me</a>
</li>
<li {% if page.id == "projects" %} class="active" {% endif %}>
<a href="/projects">Projects</a>
@@ -48,4 +48,4 @@
{{ content }}
</div>
{% endcapture %}
-{% include main.html %} \ No newline at end of file
+{% include main.html %}