Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b2764fc

Browse files
Add version to the reference docs
1 parent b60945f commit b2764fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/themes/cloudinary/layout/layout.twig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<span class="icon-bar"></span>
2828
<span class="icon-bar"></span>
2929
</button>
30-
<a class="navbar-brand" href="{{ path('index.html') }}">{{ project.config('title') }}</a>
30+
<a class="navbar-brand" href="{{ path('index.html') }}">{{ project.config('title') }} v{{ project.versions[0] }}</a>
3131
</div>
3232
<div class="collapse navbar-collapse" id="navbar-elements">
3333
<ul class="nav navbar-nav">
@@ -77,6 +77,7 @@
7777
{% block footer %}
7878
<div id="footer">
7979
© <script>document.write(new Date().getFullYear())</script> Cloudinary. All rights reserved.<br>
80-
Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>.
80+
Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>.<br>
81+
SDK Version {{ project.versions[0] }}
8182
</div>
8283
{% endblock %}

0 commit comments

Comments
 (0)