mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Ensure previews use the plugin script from the tree instead of the common one for latest and version releases
10 lines
413 B
HTML
10 lines
413 B
HTML
<script src="{% asset "js/site_constants.js" @path %}"></script>
|
|
<div id="plugin-version-menu" class="site-footer"></div>
|
|
{%- assign basePath = "" %}
|
|
{%- if site.plugin_script_base_path %}
|
|
{%- assign basePath = site.plugin_script_base_path %}
|
|
{%- elsif site.baseurl.size != 0 %}
|
|
{%- assign basePath = "/vagrant-libvirt" %}
|
|
{%- endif %}
|
|
<script src="{{ basePath }}/assets/js/plugin_versions_menu.js"></script>
|