Skip to content

Commit

Permalink
fix(header.jinja): New statement block for setting custom repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
samjwu committed Jan 26, 2024
1 parent e0ab195 commit 23de47a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rocm_docs/rocm_docs_theme/flavors/rocm-blogs/header.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

{%
set repo_url = theme_repository_url|replace("-internal", "")
%}
{%
set nav_secondary_items = {
"GitHub": repo_url,
"Community": "https://github.com/RadeonOpenCompute/ROCm/discussions",
Expand Down

0 comments on commit 23de47a

Please sign in to comment.