diff options
Diffstat (limited to '_includes/header.html')
| -rw-r--r-- | _includes/header.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_includes/header.html b/_includes/header.html index 1856e84..61e5491 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -36,9 +36,9 @@ {% endif %} {% endif %} - <a title="{% t titles.writings %}" href="{% tl writings %}">{% t titles.writings %}</a> - <a title="{% t titles.blog %}" href="{% tl blog %}">{% t titles.blog %}</a> - <a title="{% t titles.about %}" href="{% tl about %}">{% t titles.about %}</a> + <!-- <a title="{% t titles.writings %}" href="{% tl writings %}">{% t titles.writings %}</a> --> + <!-- <a title="{% t titles.blog %}" href="{% tl blog %}">{% t titles.blog %}</a> --> + <!-- <a title="{% t titles.about %}" href="{% tl about %}">{% t titles.about %}</a> --> </div> </nav> </div> |
