Skip to content

Commit

Permalink
💄 replace developersindia domain name + svg favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhupesh-V committed Feb 15, 2024
1 parent b3b35c1 commit 6131841
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<link rel="canonical" href="{{ url_for(request.endpoint, _external=True) }}">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css" />
<link rel="icon" type="image/x-icon"
href="https://raw.githubusercontent.com/developersIndia/assets/main/favicons/favicon.ico">
href="https://raw.githubusercontent.com/developersIndia/assets/main/logo.svg">
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/custom.css') }}">
<script src="https://unpkg.com/htmx.org@1.8.4"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion templates/filtered_resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<footer class="card-footer">
<a href={{res.url}} class="card-footer-item" rel="noreferrer noopener" target="_blank">Open Link</a>
<a target="_blank"
href="http://twitter.com/share?text=Hey, checkout this resource {{res.title}} via saadhan.devsindia.in&url={{res.url}}&hashtags=devsindia"
href="http://twitter.com/share?text=Hey, checkout this resource {{res.title}} via saadhan.developersindia.in&url={{res.url}}&hashtags=developersindia"
class="card-footer-item">Tweet</a>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h5 class="subtitle is-5">Reviews</h5>
<footer class="card-footer">
<a href={{res.url}} class="card-footer-item" rel="noreferrer noopener" target="_blank">Open Link</a>
<a target="_blank"
href="http://twitter.com/share?text=Hey, checkout this resource {{res.title}} via saadhan.devsindia.in&url={{res.url}}&hashtags=devsindia"
href="http://twitter.com/share?text=Hey, checkout this resource {{res.title}} via saadhan.developersindia.in&url={{res.url}}&hashtags=developersindia"
class="card-footer-item">Tweet</a>
</footer>
</div>
Expand Down

0 comments on commit 6131841

Please sign in to comment.