File tree Expand file tree Collapse file tree 6 files changed +28
-25
lines changed
Expand file tree Collapse file tree 6 files changed +28
-25
lines changed Original file line number Diff line number Diff line change 11+++
22title = " {{ replace .TranslationBaseName " -" " " | title }}"
33date = " {{ .Date }}"
4- # dateFormat = "2006-01-02" # this value can be configured for per-post date formatting
5- author = " "
6- authorTwitter = " " # do not include @
7- cover = " "
4+ author = " Aleksander Reinhardt"
85tags = [" " , " " ]
96keywords = [" " , " " ]
107description = " "
118showFullContent = false
12- readingTime = false
139hideComments = false
1410+++
Original file line number Diff line number Diff line change 1+ +++
2+ title = " Hello, World!"
3+ date = " 2025-05-19T21:34:44+01:00"
4+ author = " Aleksander Reinhardt"
5+ tags = [" miscellaneous" ]
6+ keywords = [" hello" , " world" ]
7+ description = " Entry Point To Binary Hedonism"
8+ showFullContent = false
9+ hideComments = false
10+ +++
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ < footer class ="footer ">
2+ < div class ="footer__inner ">
3+ < div class ="copyright ">
4+ < span > © {{ now.Year }} Aleksander Reinhardt</ span >
5+ </ div >
6+ </ div >
7+ </ footer >
8+
9+ {{ $menu := resources.Get "js/menu.js" | js.Build }}
10+ {{ $cp := resources.Get "js/code.js" | js.Build }}
11+
12+ {{ $bundle := slice $menu $cp | resources.Concat "bundle.js" | resources.Minify }}
13+
14+ < script type ="text/javascript " src ="{{ $bundle.RelPermalink }} "> </ script >
15+
16+ <!-- Extended Footer Section-->
17+ {{ partial "extended_footer.html" . }}
You can’t perform that action at this time.
0 commit comments