aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials
AgeCommit message (Collapse)AuthorFilesLines
2023-09-10themes/default/layouts/partials/count: Use more generic decoupled termstdro13-17/+17
2023-09-10themes/default/layouts/partials/profile: Better semantic structuretdro1-19/+9
2023-09-09themes/default/layouts/_default/baseof: More granularity with headertdro1-6/+2
2023-09-01themes/default/layouts/partials/profile-tabs: Avoid layout shifttdro1-5/+6
2023-08-31themes/default/layouts/partials: Make CSS in HTML easy to findtdro2-0/+0
2023-08-30themes/default/layouts/partials/styles-navigator: Fix icon hover contrasttdro1-2/+7
Sort color schemes
2023-08-07themes/default/layouts/_default/section.following: Let it gotdro1-1/+17
Remove shuffle and allow toggling
2023-07-18themes/default/layouts/partials/base-footer: Allow author setting footertdro1-6/+7
Target the right kinds
2023-06-18themes/default/layouts/_default/section: Write gallery, webring, following oncetdro1-15/+15
Check for parent node
2023-06-18themes/default/layouts/partials/gallery-walk: Apply filtertdro1-1/+3
2023-06-18themes/default/layouts/partials/pagination: Handle total pages under 1tdro1-1/+1
2023-06-18themes/default/layouts/shortcodes: Cleanuptdro1-1/+0
Remove some shortcodes, probably better to target formats over embeds
2023-06-18themes/default/layouts/partials/pagination: Simplify and preparetdro2-51/+36
2023-06-18assets/css/default: Sketch rough responsivity on righttdro1-1/+1
2023-06-18themes/default/layouts/_default/baseof: Rebase columnstdro1-2/+2
2023-06-10themes/default/layouts/partials/count: Cleanup counterstdro4-38/+38
2023-06-10themes/default/layouts/partials/meta-context: Drop lower and add timetdro3-6/+10
Since reuse this depends on recently edited markdown
2023-06-05themes/default/layouts/partials/render-embed: Chunk splittdro1-2/+3
Safer
2023-06-01themes/default/layouts/partials/function-page-modified: Add disable switchtdro2-16/+25
Capture other renders outside of base
2023-06-01themes/default/layouts/partials/render-embed: Attempt reusetdro2-0/+26
Format default layouts
2023-06-01themes/default/layouts/_default: Add single embedtdro2-1/+7
2023-05-30themes/default/layouts/partials/navigator-middle: Remove implicit paginatortdro1-14/+8
Avoid spooky action, an implicit pager can generate unnecessary pages
2023-05-26themes/default/layouts/partials/navigator-middle: Support limited back trackingtdro1-7/+14
Without js
2023-05-26themes/default/layouts/partials/function-page-modified: Make more explicittdro1-4/+11
Reality is that some markdown files are generated in public
2023-05-18themes/default/layouts/partials/function-page-modified: Return true heretdro1-1/+1
Wrap bases but still generate everything, will revisit much later on
2023-05-10themes/default/layouts/partials/author-card: Guard empty metadatatdro1-3/+5
More bug squashing under certain conditions
2023-05-09themes/default/layouts/partials/author-picture: Guard against empty metadatatdro1-3/+5
Can be empty under some conditions
2023-05-02themes/default/layouts/partials/following-list: Avoid niltdro1-1/+3
2023-04-12static/js/refresh: Convert dates to unixtdro1-1/+1
Can't avoid Date.parse on lastModified ISO 8601? Change label Refresh -> Update Handle no cache?
2023-04-08static/js/refresh: Hook into blurtdro1-1/+0
Keep it simple
2023-04-08static/js: Add update checktdro2-24/+36
In the case of heavy caching attempt a naive site update check with voluntary refresh. Not fully idempotent?
2023-04-04themes/default/layouts/partials/function-generate-feeds: Use absolute ↵tdro1-1/+1
favicon URL Ensure linking consistency between sub directory and domain
2023-04-04themes/default/layouts/partials/base-head: Open graph use proper ISO 8601 timetdro1-2/+2
2023-04-04themes/default/layouts/partials: Add missing absolute URLstdro2-4/+4
Whoops.. URLs will need to be referenced using absURL at some point for consistency
2023-04-02themes/default/layouts/_default/home.authors: Don't shuffletdro2-3/+9
Link to authors page in right column section and use order from configuration
2023-03-27themes/default/layouts/_default/taxonomy: Clean uptdro1-1/+1
Arrange in cards
2023-03-20themes/default/layouts/partials/meta-via: Mark localhost heretdro3-14/+8
2023-03-19themes/default/layouts/_default/summary: Avoid duplicate profile picturetdro1-4/+0
By using a better hierarchy
2023-03-17themes/default/layouts: Enforce military timetdro3-3/+3
2023-03-14themes/default/layouts/partials/function-paths: Return dict heretdro23-50/+50
2023-03-14themes/default/layouts/partials/card-id: Remove unused authortdro1-1/+0
2023-03-03config: Support offline mode0.11.11tdro6-10/+16
Default to offline. The configuration has to set the site's offline configuration to false for remote fetches to be allowed
2023-03-02themes/default/layouts/partials/meta: Remove unneeded author data callstdro4-10/+7
Since an author = a section (not sure if that's a good thing) .Section can be used in some places
2023-03-02themes/default/layouts/partials/function-authors-data: Mark page context heretdro1-3/+6
For later refactoring
2023-02-22themes/default/layouts/partials/base-title: Use page kindtdro1-6/+11
To ensure consistent title
2023-02-22themes/default/layouts/_default/home.authors: Generate authors oncetdro2-4/+0
Remove redundant calls
2023-02-20themes/default/layouts/partials/bass: Set consistent asset entry pointtdro3-14/+28
2023-02-13themes/default/layouts/partials/gallery-walk: Walk with findREtdro2-64/+45
2023-02-12themes/default/layouts/_default: Add JSON basetdro1-2/+12
Adjust formatting on page modification detector.
2023-02-06themes/default/layouts/partials: Add page modification detectiontdro1-0/+21
But don't use it