Skip to content

Commit

Permalink
Better balance on single member page logo / text
Browse files Browse the repository at this point in the history
  • Loading branch information
gautierchomel committed Dec 20, 2023
1 parent b202b6f commit 7765018
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions layouts/post/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
{{- $bg := absLangURL (path.Join "images" $image) }}
<div class="{{ if ne $p.singleColumn true }}grid-inverse {{ end }}wrap content ">
<article class="post_content excerpt">
<img src="{{ .Params.featureImage }}" alt="" class="image_single">

{{- $t := .Title }}
<div>
<h1 class="post_title">{{ $t | markdownify }} </h1>
{{- partial "post-meta" . }}
<img src="{{ .Params.featureImage }}" alt="" class="image_single">
{{/* {{- with .Params.featureImage -}}
<div class="post_featured">
{{- partial "image" (dict "file" $p.featureImage "alt" $p.featureImageAlt "cap" $p.featureImageCap "type" "featured" "Page" $.Page) }}
Expand All @@ -27,7 +28,7 @@ <h2>{{ T "overview" }}</h2>
{{ .TableOfContents }}
</div>
{{ end }} */}}
</div>


<div class="pale">
{{- $summary := truncate 320 .Summary }}
Expand Down

0 comments on commit 7765018

Please sign in to comment.