Skip to content

Commit

Permalink
Add package gorilla/path to index.html (#28)
Browse files Browse the repository at this point in the history
<!--
For Work In Progress Pull Requests, please use the Draft PR feature,
see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for
further details.

     For a timely review/response, please avoid force-pushing additional
     commits if your PR already received reviews or comments.

     Before submitting a Pull Request, please ensure that you have:
- 📖 Read the Contributing guide:
https://github.com/gorilla/.github/blob/main/CONTRIBUTING.md
- 📖 Read the Code of Conduct:
https://github.com/gorilla/.github/blob/main/CODE_OF_CONDUCT.md

     - Provide tests for your changes.
     - Use descriptive commit messages.
	 - Comment your code where appropriate.
	 - Squash your commits
     - Update any related documentation.

     - Add gorilla/pull-request-reviewers as a Reviewer
-->

## What type of PR is this? (check all applicable)

- [ ] Refactor
- [ ] Feature
- [ ] Bug Fix
- [ ] Optimization
- [x] Documentation Update

## Description
Add the missing package gorilla/pat to index.html
## Related Tickets & Documents

<!--
For pull requests that relate or close an issue, please include them
below. We like to follow [Github's guidance on linking issues to pull
requests](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue).

For example having the text: "closes #1234" would connect the current
pull
request to issue 1234.  And when we merge the pull request, Github will
automatically close the issue.
-->

- Related Issue #
- Closes #

## Added/updated tests?

- [ ] Yes
- [x] No, and this is why: no tests for .html files
- [ ] I need help with writing tests

## Run verifications and test

- [ ] `make verify` is passing
- [ ] `make test` is passing
  • Loading branch information
Ivan Santos authored Aug 4, 2023
1 parent fdb363c commit 7c33c65
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions themes/gorillawebtoolkit/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,17 @@ <h4 class="fw-bold mb-1">gorilla/handlers</h4>
</div>
</div>
</div>
<div class="col d-flex align-items-start">
<div class="border border-1 rounded p-2 bg-dark h-100 position-relative">
<h4 class="fw-bold mb-1">gorilla/pat</h4>
<p>is a request router and dispatcher with a pat-like interface (alternative to gorilla/mux)</p>
<div class="text-end position-absolute bottom-0 end-0 mb-2 me-2">
<a href="https://github.com/gorilla/pat" target="_blank" class="btn btn-warning btn-sm">
Learn more
</a>
</div>
</div>
</div>
</div>
</div>

Expand Down

0 comments on commit 7c33c65

Please sign in to comment.