Sha256: c57a38668cedb8838651e31494f0b13a863cee4ceec04eb2dd450ab70a683e2a

Contents?: true

Size: 1.29 KB

Versions: 51

Compression:

Stored size: 1.29 KB

Contents

{%- extends "basic/layout.html" %}
{%- block extrahead %}
  {{ super() }}
  {% if theme_touch_icon %}
  <link rel="apple-touch-icon" href="{{ pathto('_static/' ~ theme_touch_icon, 1) }}" />
  {% endif %}
  <link media="only screen and (max-device-width: 480px)" href="{{
    pathto('_static/small_flask.css', 1) }}" type= "text/css" rel="stylesheet" />
{% endblock %}
{%- block relbar2 %}{% endblock %}
{%- block footer %}
    <div class="footer">
      &copy; Copyright {{ copyright }}.
    </div>
    <a href="https://github.com/twilio/twilio-ruby">
        <img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" />
    </a>
    <script type="text/javascript">
      try {
        var _gaq = _gaq || [];
        _gaq.push(['_setAccount', 'UA-2900316-11']);
        _gaq.push(['_trackPageview']);

        (function() {
          var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
          ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
        })();
      } catch(err) {}
    </script>

{%- endblock %}

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
twilio-ruby-4.13.0 docs/_themes/kr/layout.html
twilio-ruby-4.12.1 docs/_themes/kr/layout.html
twilio-ruby-4.11.1 docs/_themes/kr/layout.html
twilio-ruby-4.11.0 docs/_themes/kr/layout.html
twilio-ruby-4.10.0.edge docs/_themes/kr/layout.html
twilio-ruby-4.10.0 docs/_themes/kr/layout.html
twilio-ruby-4.9.1 docs/_themes/kr/layout.html
twilio-ruby-4.9.1.edge docs/_themes/kr/layout.html
twilio-ruby-4.9.0 docs/_themes/kr/layout.html
twilio-ruby-4.9.0.edge docs/_themes/kr/layout.html
twilio-ruby-4.8.0 docs/_themes/kr/layout.html
twilio-ruby-4.7.0 docs/_themes/kr/layout.html
twilio-ruby-4.8.3.edge docs/_themes/kr/layout.html
twilio-ruby-4.8.2.edge docs/_themes/kr/layout.html
twilio-ruby-4.8.1.edge docs/_themes/kr/layout.html
twilio-ruby-4.8.0.edge docs/_themes/kr/layout.html
twilio-ruby-4.6.2 docs/_themes/kr/layout.html
twilio-ruby-4.6.1 docs/_themes/kr/layout.html
twilio-ruby-4.6.0 docs/_themes/kr/layout.html
twilio-ruby-4.7.0.edge docs/_themes/kr/layout.html