Skip to content

Instantly share code, notes, and snippets.

@shawnohare
Last active November 20, 2015 06:32
Show Gist options
  • Save shawnohare/bc528b61820d6b7136c2 to your computer and use it in GitHub Desktop.
Save shawnohare/bc528b61820d6b7136c2 to your computer and use it in GitHub Desktop.
Hugo theme example for embedding a Gist
package main
import (
"log"
)
func main() {
log.Println("Hello world!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment