mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
6 lines
103 B
Ruby
6 lines
103 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'lib/hello_helper'
|
|
helpers HelloHelper
|
|
|
|
page '/', layout: false
|