{{- extends "layout/default" }} {{- import "blocks/underlinenav" }} {{- block body() }}

All

R-18

{* g-5 causes the page layout to go slightly off-screen on small devices *}
{* {{ if CookieList["pixivfe-LogoStyle"] == "" || CookieList["pixivfe-LogoStyle"] == "standard" }}

PixivFE

An open-source alternative frontend for Pixiv that doesn't suck. {{- else if CookieList["pixivfe-LogoStyle"] == "alternative" }}
PixivFE icon
An open-source alternative frontend for Pixiv that doesn't suck. {{- end }} *} {{- if !.LoggedIn }}

Today's illustration rankings

{* NOTE: we only render 48 items here to avoid a newline at the end with only two items *} {{- include "fragments/ranking-tn" (.Data.Rankings.Contents[:48]) }}

Newest articles on pixivision

View more
{{- range .Data.Pixivision }} {* TODO: make the entire pixivision card clickable while preserving the text underline effect *} {* NOTE: intentionally choosing indivisible col widths to create a visible affordance *} {{- end }}

Newest works

{{- include "fragments/small-tn" .Data.Newest }}
{{- else }}
{{- Mode := isset(Queries.mode) ? Queries.mode : "all" }} {{- url := replaceQuery(.Queries, "mode", "") }} {{- path := slice("all", "r18") }} {{- name := slice("All", "R-18")}} {{- yield UnderlineNav(baseURL=url, paths=path, names=name, activeState=Mode)}}

Latest works by followed

{{- if len(.Data.Following) > 0 }}
{{- include "fragments/small-tn" .Data.Following }}
{{- else }} {{- end }}

Recommended works

{{- include "fragments/small-tn" .Data.Recommended }}

Recommended users

{{- range .Data.RecommendUser }}
{* NOTE: the col element needs to wrap the ratio element for whatever reason *}

{{ .Name }}

{{- if .Comment }}

{{ raw: parsePixivRedirect(.Comment) }}

{{- end }}
{{- include "fragments/followButtons" . }}
{{- range .Artworks }}
{{ include "fragments/thumbnail-dt" . }}
{{ include "fragments/thumbnail-tt" . }}
{{- end }}
{{- end }}

Popular tags

{{- range .Data.PopularTag }}
{* NOTE: the col element needs to wrap the ratio element for whatever reason *}

#{{ .Name }}

{{- if .TrendingRate > 0 }}

Trending!

{{- end }}
{{- range .Artworks }}
{{ include "fragments/thumbnail-dt" . }}
{{ include "fragments/thumbnail-tt" . }}
{{- end }}
{{- end }}

Today's illustration rankings

{{- include "fragments/ranking-tn" (.Data.Rankings.Contents[:12]) }}

Newest articles on pixivision

View more
{{- range .Data.Pixivision }} {* TODO: make the entire pixivision card clickable while preserving the text underline effect *} {* NOTE: intentionally choosing indivisible col widths to create a visible affordance *} {{- end }}

{{- range .Data.RecommendByTags }}

Recommended illustrations tagged #{{ .Name }}

{{- include "fragments/small-tn" .Artworks }}
{{- end }}

Newest works

{{- include "fragments/small-tn" .Data.Newest }}
{{- end }}
{{- end }}