Skip to content

Commit dcca41b

Browse files
HeyItsGilbertclaude
andcommitted
Add Netlify and CC-BY-SA badges to footer
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 66fa3ef commit dcca41b

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

static/images/cc-by-sa.png

99.3 KB
Loading

themes/powershell-community/layouts/partials/footer.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ <h4 class="font-medium text-white mb-1">{{ .Site.Params.summit.title }}</h4>
8484
<a href="/privacy/" class="text-gray-400 hover:text-white transition-colors duration-200">Privacy Policy</a>
8585
<a href="/terms/" class="text-gray-400 hover:text-white transition-colors duration-200">Terms of Use</a>
8686
<a href="/contact/" class="text-gray-400 hover:text-white transition-colors duration-200">Contact</a>
87+
<a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="noopener">
88+
<img src="/images/cc-by-sa.png" alt="Licensed under CC BY-SA 4.0" class="h-6" />
89+
</a>
90+
<a href="https://www.netlify.com" target="_blank" rel="noopener">
91+
<img src="https://www.netlify.com/assets/badges/netlify-badge-color-accent.svg" alt="Deploys by Netlify" class="h-6" />
92+
</a>
8793
</div>
8894
</div>
8995
</div>

0 commit comments

Comments
 (0)