mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-25 09:45:14 -06:00
3533e5dd0d
Generated the site using jekyll new . inside the docs directory.
26 lines
532 B
HTML
26 lines
532 B
HTML
<footer class="site-footer">
|
|
|
|
<div class="wrapper">
|
|
|
|
<div class="footer-col-wrapper">
|
|
|
|
<div class="footer-col footer-col-1">
|
|
<ul class="social-media-list">
|
|
{% if site.github_username %}
|
|
<li>
|
|
{% include icon-github.html username=site.github_username repo=site.github_repo %}
|
|
</li>
|
|
{% endif %}
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="footer-col footer-col-2">
|
|
<p>{{ site.description }}</p>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</footer>
|