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

All

R-18

PixivFE

An open-source alternative frontend for Pixiv that doesn't suck. {{- if !.LoggedIn }}

Today's illustration rankings

See more
{{- include "fragments/ranking-tn" .Data.Rankings.Contents }}

Newest articles on pixivision

See 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 }}
{{- 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)}}

Recommended works

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

Latest works by followed

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

Today's illustration rankings

See more
{{- include "fragments/ranking-tn" .Data.Rankings.Contents }}

Newest articles on pixivision

See 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 }} {{- end }}
{{- end }}