File: copyright.html

package info (click to toggle)
python-ntc-templates 3.5.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,096 kB
  • sloc: python: 735; makefile: 13; sh: 2
file content (20 lines) | stat: -rw-r--r-- 851 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<div class="md-copyright">
    {% if config.copyright %}
    <div class="md-copyright__highlight">
        {{ config.copyright }}
    </div>
    <a href="{{ config.repo_url }}/blob/main/LICENSE">Apache-2.0 LICENSE</a>
    {% endif %}
</div>

<div class="md-copyright">
    <a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">Made with Material for MkDocs</a>
    | <a href="https://www.networktocode.com/community/" target="_blank" rel="noopener">Join Network to Code Slack</a>
    {% if config.extra.ntc_sponsor == true %}
    | <a href="https://networktocode.com" target="_blank" rel="noopener">Sponsored by <img
            src={{ "assets/networktocode_bw.png" | url }} class="copyright-logo"></a>
    {% endif %}
</div>

<!-- RTD version flyout injected on live site -->
<div id="readthedocs-embed-flyout"></div>