Skip to content

Commit 26506a7

Browse files
authored
Relativize header links (#4)
1 parent d0975cb commit 26506a7

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

src/partials/header-content.hbs

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,24 @@
2424
</nav>
2525
<nav class="navbar-sub">
2626
<div class="container">
27-
<a class="navbar-sub-item" href="/home/index.html">Overview</a>
28-
<a class="navbar-sub-item" href="/home/index.html">Architecture</a>
29-
<a class="navbar-sub-item" href="/home/getting_started.html">Getting Started</a>
27+
<a class="navbar-sub-item" href="{{{ relativize "/home/index.html" }}}">Overview</a>
28+
<a class="navbar-sub-item" href="{{{ relativize "/home/index.html" }}}">Architecture</a>
29+
<a class="navbar-sub-item" href="{{{ relativize "/home/getting_started.html" }}}">Getting Started</a>
3030
<div class="navbar-sub-item drop-down">
3131
Operators
3232
<div class="drop-down-content">
33-
<a class="drop-down-item" href="/airflow/index.html">Apache Airflow</a>
34-
<a class="drop-down-item" href="/druid/index.html">Apache Druid</a>
35-
<a class="drop-down-item" href="/hbase/index.html">Apache HBase</a>
36-
<a class="drop-down-item" href="/hdfs/index.html">Apache Hadoop HDFS</a>
37-
<a class="drop-down-item" href="/hive/index.html">Apache Hive</a>
38-
<a class="drop-down-item" href="/kafka/index.html">Apache Kafka</a>
39-
<a class="drop-down-item" href="/nifi/index.html">Apache NiFi</a>
40-
<a class="drop-down-item" href="/spark/index.html">Apache Spark</a>
41-
<a class="drop-down-item" href="/superset/index.html">Apache Superset</a>
42-
<a class="drop-down-item" href="/trino/index.html">Trino</a>
43-
<a class="drop-down-item" href="/zookeeper/index.html">Apache ZooKeeper</a>
44-
<a class="drop-down-item" href="/opa/index.html">OpenPolicyAgent</a>
33+
<a class="drop-down-item" href="{{{ relativize "/airflow/index.html" }}}">Apache Airflow</a>
34+
<a class="drop-down-item" href="{{{ relativize "/druid/index.html" }}}">Apache Druid</a>
35+
<a class="drop-down-item" href="{{{ relativize "/hbase/index.html" }}}">Apache HBase</a>
36+
<a class="drop-down-item" href="{{{ relativize "/hdfs/index.html" }}}">Apache Hadoop HDFS</a>
37+
<a class="drop-down-item" href="{{{ relativize "/hive/index.html" }}}">Apache Hive</a>
38+
<a class="drop-down-item" href="{{{ relativize "/kafka/index.html" }}}">Apache Kafka</a>
39+
<a class="drop-down-item" href="{{{ relativize "/nifi/index.html" }}}">Apache NiFi</a>
40+
<a class="drop-down-item" href="{{{ relativize "/spark/index.html" }}}">Apache Spark</a>
41+
<a class="drop-down-item" href="{{{ relativize "/superset/index.html" }}}">Apache Superset</a>
42+
<a class="drop-down-item" href="{{{ relativize "/trino/index.html" }}}">Trino</a>
43+
<a class="drop-down-item" href="{{{ relativize "/zookeeper/index.html" }}}">Apache ZooKeeper</a>
44+
<a class="drop-down-item" href="{{{ relativize "/opa/index.html" }}}">OpenPolicyAgent</a>
4545
</div>
4646
</div>
4747

0 commit comments

Comments
 (0)