Skip to content

Commit

Permalink
Added policy home
Browse files Browse the repository at this point in the history
  • Loading branch information
karthik committed Sep 22, 2023
1 parent ac5795f commit 06888e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions themes/urssi/layouts/policy/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ <h1 class="mb-4 mb-md-8 fs-1">
<div class="col-4" speechify-initial-font-family="SFMono-Regular, Menlo, Monaco, Consolas, &quot;Liberation Mono&quot;, &quot;Courier New&quot;, monospace" speechify-initial-font-size="14px">

<!-- This section generates the sidebar menu -->
<div class="p-4 text-center text-dark-1 fs-1" speechify-initial-font-family="SFMono-Regular, Menlo, Monaco, Consolas, &quot;Liberation Mono&quot;, &quot;Courier New&quot;, monospace" speechify-initial-font-size="14px"><a href="https://urssi.us/policy/">Policy Home</a>
</div>
{{ range where .Data.Pages "Section" "policy" }}
<div class="p-4 text-center text-dark-1 fs-1" speechify-initial-font-family="SFMono-Regular, Menlo, Monaco, Consolas, &quot;Liberation Mono&quot;, &quot;Courier New&quot;, monospace" speechify-initial-font-size="14px"><a href="{{ .Permalink }}">{{ .Title }}</a>
</div>
Expand Down
1 change: 1 addition & 0 deletions themes/urssi/layouts/policy/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ <h1 class="mb-4 mb-md-8 fs-1">
<div class="col-4" speechify-initial-font-family="SFMono-Regular, Menlo, Monaco, Consolas, &quot;Liberation Mono&quot;, &quot;Courier New&quot;, monospace" speechify-initial-font-size="14px">

<!-- This section generates the sidebar menu -->
<div class="p-4 text-center text-dark-1 fs-1" speechify-initial-font-family="SFMono-Regular, Menlo, Monaco, Consolas, &quot;Liberation Mono&quot;, &quot;Courier New&quot;, monospace" speechify-initial-font-size="14px"><a href="https://urssi.us/policy/">Policy Home</a>
{{ range where .Site.RegularPages "Section" "policy" }}
<div class="p-4 text-center text-dark-1 fs-1" speechify-initial-font-family="SFMono-Regular, Menlo, Monaco, Consolas, &quot;Liberation Mono&quot;, &quot;Courier New&quot;, monospace" speechify-initial-font-size="14px"><a href="{{ .Permalink }}">{{ .Title }}</a>
</div>
Expand Down

0 comments on commit 06888e2

Please sign in to comment.