Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"_drift_manager": {
"template": "https://github.com/nautobot/cookiecutter-nautobot-app.git",
"template_dir": "nautobot-app",
"template_ref": "nautobot-app-v3.1.2",
"template_ref": "nautobot-app-v3.1.3",
"cookie_dir": "",
"pull_request_strategy": "create",
"post_actions": [],
"draft": false,
"baked_commit_ref": "f567db50e4dc9c1dbd5896a543f78bc21d2b5f1a",
"baked_commit_ref": "78ae5b59ce019ced3c39703abeda86b7f6f1a0a7",
"drift_managed_branch": "develop"
}
}
Expand Down
1 change: 1 addition & 0 deletions changes/+nautobot-app-v3.1.3.housekeeping
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Rebaked from the cookie `nautobot-app-v3.1.3`.
8 changes: 7 additions & 1 deletion docs/assets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,15 @@ img.logo {
height: 200px;
}

a.copyright-sponsor {
display: inline-flex;
align-items: center;
gap: 0.35em;
vertical-align: middle;
}

img.copyright-logo {
height: 24px;
vertical-align: middle;
}

[data-md-color-primary=black] .md-header {
Expand Down
4 changes: 2 additions & 2 deletions docs/assets/overrides/partials/copyright.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<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/open-source/" target="_blank" rel="noopener">Join #Nautobot on the 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" alt="Network to Code" width="660" height="100"></a>
| <a href="https://networktocode.com" target="_blank" rel="noopener" class="copyright-sponsor">Sponsored by <img
src={{ "assets/networktocode_bw.png" | url }} class="copyright-logo" alt="Network to Code" width="auto" height="auto"></a>
{% endif %}
</div>

Expand Down
Loading