Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bcfd3c8

Browse files
fix: tag links
1 parent f9fa72b commit bcfd3c8

File tree

5 files changed

+39
-3
lines changed

5 files changed

+39
-3
lines changed

‎index.0641b553.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ search.addWidgets([
612612
<div class="search-hit-category">קטגוריה: ${hit.category_name}</div>
613613
${hit.tags.length > 0 && html`
614614
<div class="search-hit-tags">תגיות: ${" "} ${hit.tags.map((t, index)=>html`
615-
<a class="tag-link" href="https://forums.pythonic.guru/t/${t}.html">${t}</a>
615+
<a class="tag-link" href="https://forums.pythonic.guru/tag/${t}.html">${t}</a>
616616
${index < hit.tags.length - 1 ? ", " : ""}`)}
617617
</div>
618618
`}

‎index.0641b553.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎index.c633c32c.js

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎index.c633c32c.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/instantsearch.css@7/themes/satellite-min.css"><link rel="stylesheet" href="/index.b8f67204.css"><link rel="stylesheet" href="/index.e6903bb1.css"><title>חיפוש בפורום פייתון</title></head><body> <header class="header"> <h1 class="header-title"> <a href="/">לומדים פייתון</a> </h1> <p class="header-subtitle"> <a href="#">חיפוש בפורומים</a> </p> </header> <div class="container"> <div class="search-panel"> <div class="search-panel__results"> <div id="searchbox"></div> <div id="hits"></div> <div id="pagination"></div> </div> <div class="search-panel__filters"> <div id="category_name-list"></div> <div id="tags-list"></div> </div> </div> </div> <script type="module" src="/index.6cf9d6cf.js"></script> <script type="module" src="/index.d1dd4e4f.js"></script> </body></html>
1+
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/instantsearch.css@7/themes/satellite-min.css"><link rel="stylesheet" href="/index.b8f67204.css"><link rel="stylesheet" href="/index.e6903bb1.css"><title>חיפוש בפורום פייתון</title></head><body> <header class="header"> <h1 class="header-title"> <a href="/">לומדים פייתון</a> </h1> <p class="header-subtitle"> <a href="#">חיפוש בפורומים</a> </p> </header> <div class="container"> <div class="search-panel"> <div class="search-panel__results"> <div id="searchbox"></div> <div id="hits"></div> <div id="pagination"></div> </div> <div class="search-panel__filters"> <div id="category_name-list"></div> <div id="tags-list"></div> </div> </div> </div> <script type="module" src="/index.6cf9d6cf.js"></script> <script type="module" src="/index.c633c32c.js"></script> </body></html>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /