Sha256: f2ab171ec97c16c6c431fafd8b707bde436327bda0a50348ebd47a6560dc9b62
Contents?: true
Size: 776 Bytes
Versions: 15
Compression:
Stored size: 776 Bytes
Contents
doctype html html head meta(charset="utf-8") meta(name="viewport",content="width=device-width,initial-scale=1.0") meta(name="description",content=config.description) title= config.title script(type="text/javascript",src=config.script_path) if config.enable_apple_touch_icon link(href='/apple-touch-icon.png',rel='apple-touch-icon') for size in ['', '57', '72', '76', '114', '120', '144', '152'] link(href=config['apple_touch_icon_' + size + '_path'],rel='apple-touch-icon',sizes=size + 'x' + size) style. a { color: #{config.link_color}; text-decoration: none; } a:hover, a:focus { color: #{config.link_active_color}; text-decoration: underline; } body #app
Version data entries
15 entries across 15 versions & 1 rubygems