Back to Leetcode Go

Title

website/themes/book/layouts/partials/docs/title.html

1.7.1260 B
Original Source

{{ $title := "" }} {{ if .Title }} {{ $title = .Title }} {{ else if and .IsSection .File }} {{ $title = path.Base .File.Dir | humanize | title }} {{ else if and .IsPage .File }} {{ $title = .File.BaseFileName | humanize | title }} {{ end }} {{ return $title }}