Welcome to mirror list, hosted at ThFree Co, Russian Federation.

hello.js « util « core « assets « mod1 - github.com/gohugoio/hugoTestModulesJS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 475473a3e9c640bcb117632485ffd46022da4328 (plain)
1
2
3
4
5
import { defaultConfig } from '../config';

export function hello() {
	return defaultConfig.greeting;
}