diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2023-07-14 12:08:29 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2023-07-14 12:08:29 +0200 |
| commit | 2534f616762e947c76e07c1ff5d906d8cf4ec304 (patch) | |
| tree | dceecb23ee2ead8671b85cc0ea76326657ed8c3e /_includes/header.html | |
| parent | 21114ec408a35e93ca6faf779a6ec50ddcad57ac (diff) | |
| download | jo.mssola.com-2534f616762e947c76e07c1ff5d906d8cf4ec304.tar.gz jo.mssola.com-2534f616762e947c76e07c1ff5d906d8cf4ec304.zip | |
Simplified site
Since I don't have many things on the "Writing" section, and I find
myself not using the blog at all, let us hide these sections for now.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
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> |
