mirror of
https://github.com/dwmkerr/hacker-laws.git
synced 2025-12-17 12:45:20 +01:00
Compare commits
2 Commits
v0.3.1
...
feat/linke
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eaace27b1a | ||
|
|
1974f53351 |
1
.github/website/src/index.html.jinja
vendored
1
.github/website/src/index.html.jinja
vendored
@@ -60,6 +60,7 @@
|
||||
<div class="social-sharing">
|
||||
<a href="https://twitter.com/intent/tweet?url=https://hacker-laws.com/#{{ section.id}}?hashtags=example" title="Share on Twitter" target="_blank"><i class="bi bi-twitter"></i></a>
|
||||
<a href="https://www.facebook.com/sharer/sharer.php?u=https://hacker-laws.com/#{{ section.id }}" title="Share on Facebook" target="_blank"><i class="bi bi-facebook"></i></a>
|
||||
<a href="https://www.linkedin.com/feed/?shareActive=true&text={{ section.title}} https://hacker-laws.com/#{{ section.id }}" title="Share on LinkedIn" target="_blank"><i class="bi bi-linkedin"></i></a>
|
||||
</div>
|
||||
</section>
|
||||
{% endfor %}
|
||||
|
||||
2
.github/workflows/cicd.yaml
vendored
2
.github/workflows/cicd.yaml
vendored
@@ -87,6 +87,8 @@ jobs:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
runs-on: ubuntu-24.04
|
||||
needs: release
|
||||
if: ${{ needs.release.outputs.released }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user