Skip to content

Commit

Permalink
ci: Fixing more warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoTurtle committed Aug 14, 2024
1 parent 169cde5 commit 4508ba6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
- name: Checks HTML5
uses: Cyb3r-Jak3/[email protected]
with:
root: ./
root: ./
blacklist: ./_home
6 changes: 2 additions & 4 deletions time-app.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,8 @@ <h3 class="white f3">Become a BETA tester!</h3>
<ul class="list tc pl0 pt3 pb3-ns mv0 f3 f5-ns ">
<li class="ph4 fw3 f6 dib-ns pv2"><a href="/" class="white link">Home</a></li>
<li class="ph4 fw3 f6 dib-ns pv2"><a href="/careers" class="white link">Careers</a></li>
<div class="dib">
<li class="ph4 fw3 f6 dib-ns pv2"><a href="/community" class="white link">Community</a></li>
<!-- <li class="ph4 fw3 f6 dib-ns pv2"><a href="/blog.html" class="dwyl-mint link">Blog</a></li> -->
</div>
<li class="ph4 fw3 f6 dib-ns pv2"><a href="/community" class="white link">Community</a></li>
<!-- <li class="ph4 fw3 f6 dib-ns pv2"><a href="/blog.html" class="dwyl-mint link">Blog</a></li> -->
</ul>
<a href="https://twitter.com/dwyl" class="link f0" >
Twitter
Expand Down

0 comments on commit 4508ba6

Please sign in to comment.