Commit graph

460 commits

Author SHA1 Message Date
Nuno Coração
065bf2b060 🎨 Implement loaders for fetched information (views and likes) 2023-12-06 21:40:38 +00:00
Nuno Coração
98fa8bf604 Card View in List Shortcode 2023-12-01 13:41:14 +00:00
Nuno Coração
1b83a34d99 reduce icon spacing 2023-12-01 13:32:08 +00:00
Nuno Coração
33b3302a61 Add option to hide text in header 2023-12-01 13:28:24 +00:00
Nuno Coração
242c43ed78 Empty hamburger visible 2023-12-01 13:20:24 +00:00
Nuno Coração
24cd703277 Missing pointer-cursor for tag-badge in article view 2023-12-01 13:15:45 +00:00
Nuno Coração
4c9e372ef7 Heading first-child styling not working 2023-12-01 12:15:20 +00:00
Nuno Coração
15027bf896 🐛 Missing overflow-hidden in simple article link 2023-12-01 11:59:54 +00:00
Ruby
a31607509e
Only request zoom library if it is not disabled.
There is already a if condition in `footer.html` that only runs the JS
from the zoom library if it is enabled per-site.
This commit takes the same if condition and applies it in `head.html` as
well to save a unnecessary web request to `zoom.min.js` if that is the case.
2023-11-28 06:25:25 +01:00
Nuno Coração
c78d68dc0b made github and gitlab shortcodes dynamic 2023-11-02 23:30:55 +00:00
Nuno Coração
b2f8082120 fixed carousel shortcode 2023-11-02 23:11:58 +00:00
Nuno Coração
f36b17dc01 updated support for Hugo latest version 2023-11-02 22:42:13 +00:00
Gottfried Mayer
10ac37ba29
feat: exclude external pages from Sitemap, include pages with relative externalUrl with correct URL in Sitemap
- Exclude pages with absolute externalUrl from Sitemap
- Include pages with relative externalUrl with correct URL in Sitemap
- Improve output XML (no more linebreaks and spaces)
2023-10-24 12:39:34 +02:00
ajmandourah
c9474e425d
Merge branch 'nunocoracao:main' into main 2023-09-29 08:08:46 +03:00
ajmandourah
aaa76e04d3 adding LTR/RTL shortcodes to the docs + implement Tailwind classes for the ltr/rtl shortcodes 2023-09-29 08:04:48 +03:00
Nuno Coração
ea8793fac8 updated user list and changed style 2023-09-29 00:59:21 +01:00
ajmandourah
06d9e18599 Adding arabic languag + shortcodes for ltr/rtl 2023-09-28 14:26:19 +03:00
Christian Hering
b2a05f09cd
Fix tel:, ftp:, etc URLs For Author Links
Added safeURL to author links so that ftp and phone links work correctly. See Hugo documentation for more information:
https://gohugo.io/functions/safeurl/
2023-09-28 03:11:36 -05:00
Nuno Coração
31ba51515c
Merge pull request #944 from fuse314/feature/figure_nozoom
🖼️ figure with nozoom
2023-09-12 11:18:19 +01:00
JahsehJ
e381e9bb03 Adjust margin-top for a more balanced look 2023-08-29 06:59:42 -07:00
Gottfried Mayer
ea2f848064
feat: add nozoom attribute to figure 2023-08-28 21:14:06 +02:00
Nuno Coração
96fdb6db8b updated logic for unique ids in shortcodes 2023-08-17 22:01:42 +01:00
MaikelChan
a6263505f8
The disableImageOptimization setting now affects author images. 2023-07-30 20:42:45 +02:00
Nuno Coração
e86beacb49 🐛 Mobile bug in articles 2023-07-29 22:16:28 +01:00
Nuno Coração
b72debb415
Merge pull request #852 from nunocoracao/dev
🔖 v2.38.2
2023-07-29 13:43:55 +01:00
Nuno Coração
90f1711bf7 updated users list 2023-07-29 13:34:49 +01:00
Nuno Coração
8cb34f3deb
Merge pull request #830 from fuse314/fix/js_asset
Always generate appearance.js in js folder
2023-07-29 13:16:24 +01:00
Nuno Coração
cd342e8674
Merge pull request #838 from JahsehJ/patch-2
🎨 Adjust margin-top of author links for a more balanced look
2023-07-20 21:11:19 +01:00
Jahseh J
b97bd9a0fc
🎨 Adjust margin-top of author links for a more balanced look. 2023-07-19 20:47:22 -07:00
Gottfried Mayer
cfbfc2fbc1
always generate appearance.js in js folder
depending on the basePath, the "appearance.js" was generated in an additional subfolder (i.E. /js/docs/appearance... instead of /js/appearance... ).
2023-07-17 10:36:07 +02:00
Gottfried Mayer
ada540f102
fix(build): LanguageCode in rss.xml 2023-07-16 09:09:45 +02:00
Nuno Coração
ada2b2c99b 🎨 TOC moves out of the screen because of related articles 2023-07-14 10:28:26 +01:00
Nuno Coração
6f06d8550a 🐛 Fix menu wrapper for Safari 2023-07-14 10:08:11 +01:00
Nuno Coração
83a2471949
Merge pull request #814 from MaikelChan/toc-position
🎨 Fix that prevents the TOC from being covered by the main menu.
2023-07-14 10:02:59 +01:00
MaikelChan
eda728ba1d
Output HTML is better formatted. 2023-07-14 05:04:41 +02:00
MaikelChan
7a7fa2bf24
Applied same fix to the TOC when shown in a list page. 2023-07-14 04:33:53 +02:00
MaikelChan
85867e3f14
Found the actual issue. 2023-07-14 04:11:24 +02:00
MaikelChan
61dbc60f03
Fixed wrong Copyright in RSS feeds. 2023-07-13 01:47:38 +02:00
Nuno Coração
7c6663c348 updated authors to be displayed on top of an article 2023-06-29 22:15:39 +01:00
Nuno Coração
9d8d050cd6
Merge pull request #779 from voigt/fix-fathom-regression
🐛 fix regression in fathom analytics
2023-06-29 21:43:27 +01:00
Christoph Voigt
2fd531cfdf
fix regression in fathom analytics 2023-06-15 14:30:27 +02:00
Michael Dorner
4d29012edb Remove all .DS_Store files 2023-06-10 16:20:01 +02:00
Nuno Coração
c49443d765 fixed analytics 2023-06-06 21:42:12 +01:00
Christoph Voigt
74a09bab49
766 - fix analytics partial to make fathom analytics configurable 2023-06-06 10:31:44 +02:00
Nuno Coração
a9d8eee152 fixed small ui bug 2023-06-05 22:54:26 +01:00
Nuno Coração
9f741eb71d updated deprecated configs 2023-06-05 22:42:37 +01:00
Nuno Coração
bd603475c7 small fix 2023-05-24 22:46:46 +01:00
Nuno Coração
2b3b34fab9 fixe issue with analytics and new hugo update 2023-05-24 22:43:31 +01:00
Nuno Coração
9d18e3d78c updataed version 2023-05-24 21:39:52 +01:00
MaikelChan
83eae55276
Gallery fixes.
- Fixed having multiple galleries in the same page with the same ID, which would cause the galleries after the first one not behaving correctly.
- Make sure that all images have finished loading before calling Packery, fixing some image overlapping problems.
2023-05-23 20:20:07 +02:00
MaikelChan
23ef06829a
Fixed having multiple galleries in the same page, only works the first one. 2023-05-21 23:14:11 +02:00
Nuno Coração
8ca246ce31
Merge pull request #689 from schachem/main
 Fix missing URL for Top-level menu entry in nested menu
2023-05-12 14:18:33 +01:00
Nuno Coração
50e4c2b9aa
Merge pull request #683 from DanWiseProgramming/feature/add_logo_dark_light_mode_switching
[#676] Add logo dark/light mode switching mechanism
2023-05-12 14:13:14 +01:00
Nuno Coração
7c2ca7969e frontmatter uses both summary and description for site's meta description 2023-05-12 14:10:41 +01:00
Daniel Odrinski
cd946b93e5
Merge branch 'dev' into feature/add_logo_dark_light_mode_switching 2023-05-09 14:12:59 +01:00
Nuno Coração
16600ee159 🐛 Move to top gap between content and icon 2023-05-08 22:11:38 +01:00
Nuno Coração
cb77f886ea fixed bug in list.html likes and views 2023-05-08 21:35:02 +01:00
MaikelChan
0427f9f5af
Fixed zoom library not being found if site is in a subfolder. 2023-05-07 06:49:40 +02:00
Daniel Odrinski
e3869849bd [#676] Add accidentally un-committed files 2023-05-02 03:17:31 +01:00
schachem
9e7abf32cf
Fix missing URL for Top-level menu entry in nested menue 2023-04-30 14:25:25 +02:00
Nuno Coração
ad620c454b final 2023-04-29 16:55:14 +01:00
Nuno Coração
04e4419c07 final polish 2023-04-29 16:42:52 +01:00
Nuno Coração
66198da716 Related articles feature added 2023-04-29 15:56:55 +01:00
Nuno Coração
53e6a6a45b Default featured image 2023-04-29 12:08:08 +01:00
Nuno Coração
096fa3e919 fixed 🎨 List hover styling too bright 2023-04-22 12:54:31 +01:00
Nuno Coração
e770bc974a 🐛 External posts should not display likes and views 2023-04-10 22:12:31 +01:00
Nuno Coração
b2849743d6 🐛 fix card height in lists 2023-04-10 21:56:12 +01:00
Nuno Coração
b041980cc0
Merge pull request #641 from DiogoM1/add_gitlab_shortcode
 Add gitlab shortcode
2023-04-10 21:37:06 +01:00
Maciej Opaliński
8a892cfb68
fix: Remove heading anchor content 2023-04-05 22:22:43 +02:00
DioDuPiMa
c1aca647c7 [ADD] Base URL option for short code and an appropriate default for gitlab's public instance 2023-04-05 00:47:46 +01:00
Diogo Macedo
3d9978c225
[FIX] Replace github naming 2023-03-29 22:32:46 +01:00
DioDuPiMa
242789f6d2 [add] PoC implementation of gitlab shortcut 2023-03-29 19:54:43 +01:00
Sinan
dca41fbd23
add alt tag to carousel 2023-03-20 11:01:37 +01:00
Nuno Coração
282eb80cc2
Merge pull request #593 from androw/access2
️ Alt text management
2023-03-12 19:44:55 +00:00
Nuno Coração
e5d81d952e
Merge pull request #595 from madoke/patch/use-article-description-meta
❇️ Use article/page configured summary ahead of default
2023-03-12 19:44:32 +00:00
madoke
bbacdd1dbd Use tags ahead of site default keywords 2023-03-12 18:53:13 +00:00
madoke
81e825ca9a Use article/page configured summary ahead of default 2023-03-12 12:53:14 +00:00
Nicolas Lorin
b00813ad26
Accessibility: add alt text for big hero 2023-03-11 11:04:40 +01:00
Nicolas Lorin
6af086dd65
Perf: add fixed image ratio 2023-03-11 11:03:26 +01:00
Nicolas Lorin
f762efde93
Accessibility: no alt text for bg img 2023-03-11 11:00:18 +01:00
Nuno Coração
e2c5c6eec9
Merge pull request #577 from androw/access
️ Minor changes
2023-03-10 14:41:36 +00:00
Nuno Coração
482204a0ba 🐛 fixed gallery loading packery problem 2023-03-10 14:40:12 +00:00
Nuno Coração
15836936d2 updated carousel shorcode to support latest version of tw-elements 2023-03-10 13:07:31 +00:00
Nuno Coração
2be43ce875 temp fix for gallery 2023-03-09 23:00:46 +00:00
Nuno Coração
9a1a1b70da temp fix for carousel 2023-03-09 22:56:12 +00:00
Nicolas Lorin
328e89d7a6
Accessibility: add link to language switcher 2023-03-06 23:23:34 +01:00
Nicolas Lorin
f5b435909e
Accessibility: Increase spacing for easier touch 2023-03-06 23:03:49 +01:00
Nicolas Lorin
08c195f342
Accessibility: Add missing aria-label on non-mobile buttons 2023-03-06 22:23:17 +01:00
Guillaume Assier
ff26b2f0e4 Accessibility: Add aria-label on buttons 2023-03-05 11:21:24 +00:00
Nuno Coração
7e41c9cac0 final polish 2023-03-02 22:36:00 +00:00
Nuno Coração
7740790c28 updated hugo version 2023-03-02 22:28:51 +00:00
Alan Tanner
da28e3ccdb match code convention
updated to { year } to make code conventions
2023-02-26 14:16:42 -05:00
Alan Tanner
c8e6218a6d added dynamic copyright year
if the param copyright contains the placeholder {year} the current year is returned
2023-02-26 13:45:57 -05:00
Nuno Coração
ef2392e891 added new header 2023-02-25 19:23:10 +00:00
Nuno Coração
3c5be0854d add support for meta theme-color with bg color 2023-02-25 19:14:28 +00:00
Nuno Coração
adab0c27c6 New header menu with base background color 2023-02-25 18:45:55 +00:00
Nuno Coração
be48836fce updated ux 2023-02-25 17:42:41 +00:00
Nuno Coração
18b0736c46 updated mobile view 2023-02-25 17:37:14 +00:00
Nuno Coração
ea129157d4 :language: add new language selector 2023-02-25 17:32:12 +00:00
Capprin Bass
66a706a77c Fixed homepage card spillover on responsive displays 2023-02-11 15:58:35 -05:00
Nuno Coração
bc1d46dc19 🐛 fixed github null language 2023-02-03 21:53:17 +00:00
Nuno Coração
18cfa8e476
Merge pull request #499 from mirceanton/feature/carousel-autoscroll-randomize
 Shortcode `carousel`: add optional parameter for scroll duration
2023-02-03 20:46:36 +00:00
Nuno Coração
8c996fb340 refactored alert shortcode 2023-02-03 20:45:41 +00:00
Nuno Coração
0dafb5894d
Merge pull request #484 from mirceanton/feature-483-custom-alert
 Custom colors for alert shortcode
2023-02-03 20:39:19 +00:00
Mircea-Pavel ANTON
405e35d5f4 Rename duration to interval 2023-02-02 19:31:27 +00:00
Mircea-Pavel ANTON
73ccf044e8 Rename param 2023-02-02 11:45:24 +00:00
Mircea-Pavel ANTON
201df82bca Update shortcode 2023-02-02 11:43:04 +00:00
Mircea-Pavel ANTON
508ef7ad99 Randomize duration of autoscroll 2023-01-31 18:10:24 +00:00
Mircea-Pavel ANTON
095a64b150 Update shortcode 2023-01-27 23:07:45 +00:00
Nuno Coração
debe531944
Merge pull request #478 from nunocoracao/feature-451-shortcode-timeline
 Add timeline shortcode
2023-01-26 20:21:38 +00:00
Mircea-Pavel ANTON
455ecae53d Customize alert shortcode 2023-01-25 13:34:35 +00:00
Nuno Coração
da369dac33 🐛 fixed hero partials default background 2023-01-25 00:11:28 +00:00
Nuno Coração
10d9a140b9 Add timeline shortcode 2023-01-24 23:53:01 +00:00
Nuno Coração
fa19f8c4d0 Customizable name for the List shortcode 2023-01-24 22:39:45 +00:00
Nuno Coração
0dd1c14e74 final polish 2023-01-24 22:35:14 +00:00
Mircea-Pavel ANTON
3904461926 Provide images as regex filter 2023-01-18 09:35:19 +00:00
Mircea-Pavel ANTON
61f1e46f28 Add ability to customize the aspect ratio 2023-01-18 09:18:17 +00:00
Mircea-Pavel ANTON
ffa0ece618 Add dynamically generated ID 2023-01-18 09:08:49 +00:00
Mircea-Pavel ANTON
a3fec52c02 Remove old, unused file 2023-01-18 09:06:38 +00:00
Nuno Coração
f4222b83a2 rewrote carousel 2023-01-17 22:36:56 +00:00
Nuno Coração
1790b2bddd erge branch 'dev' into feature-shortcode-slider 2023-01-17 21:40:19 +00:00
Nuno Coração
05f76ed459 fixed dependencies and css, update gallery code 2023-01-17 00:31:25 +00:00
Nuno Coração
627062024d
Merge pull request #442 from mirceanton/feat-426/slider_shortcode
 shortcode slider
2023-01-16 23:20:50 +00:00
Nuno Coração
f11ef08cb5
Merge pull request #450 from mirceanton/feat-428/shortcode_gallery
 shortcode gallery
2023-01-16 23:20:23 +00:00
Mircea-Pavel ANTON
782db8ffdb Remove <style> from shortcode and use tailwind 2023-01-16 17:21:10 +00:00
Mircea-Pavel ANTON
3448bd4c7c Fix item alignment. 2023-01-16 17:11:34 +00:00
Mircea-Pavel ANTON
f919b29fc5 Add shortcode 2023-01-16 08:21:46 +00:00
Mircea-Pavel ANTON
b5bab8284d Rename shortcode 2023-01-16 00:48:42 +00:00
Mircea-Pavel ANTON
7c3cc62066 (feat) Initial Draft 2023-01-16 00:34:49 +00:00
Nuno Coração
537f0f77a7 polish 2023-01-15 00:39:38 +00:00
Nuno Coração
438d493bd5 📖 created recipe section 2023-01-15 00:22:05 +00:00
Nuno Coração
a194975889 Page indicator in navigation bar 2023-01-14 23:50:34 +00:00
Nuno Coração
62dbfc51c5 Progress Indicator in TOC 2023-01-14 23:05:10 +00:00
Nuno Coração
d569a0146e
Merge pull request #377 from nunocoracao/subnavigation-feature-branch
 Add sub-navigation and nested menus
2023-01-14 21:58:42 +00:00
Nuno Coração
053fa1383a final polish 2023-01-14 21:58:22 +00:00
Nuno Coração
88b23d57de add dynamic negative margin when logo is used 2023-01-14 20:10:37 +00:00
Nuno Coração
b3e006d90f recovered sub-navigation 2023-01-14 13:10:55 +00:00
Nuno Coração
fe54147bf8 Tags open in the same window 2023-01-14 12:08:20 +00:00
Nuno Coração
fbb78892bf ️ revert image processing behaviour (.fill to .resize) 2023-01-14 11:58:49 +00:00
Nuno Coração
98b48ac6bb add github shortcode 2023-01-14 11:39:17 +00:00
Nuno Coração
2db7f50c7c removed unused css classes 2023-01-14 11:15:07 +00:00
Nuno Coração
4c5d367b12 add github shortcode 2023-01-14 11:13:28 +00:00
Nuno Coração
868c45f3b1
Delete README.md 2023-01-14 11:11:38 +00:00
Nuno Coração
620368b093 removed comments 2023-01-14 10:51:32 +00:00
Nuno Coração
ae5e154235 🐛 removed unexistent onload call 2023-01-14 02:19:32 +00:00
Nuno Coração
d8e641dc8d final version for testing 2023-01-14 02:09:45 +00:00
Nuno Coração
f970b2b6d9 ♻️ initial cleanup 2023-01-08 22:15:54 +00:00
Nuno Coração
866febe2a0 ♻️ synced branch to dev and fixed conflicts 2023-01-08 22:04:41 +00:00
Nuno Coração
1bbb4db406 final polish and version bump 2023-01-08 21:49:48 +00:00
Nuno Coração
2c1d12584b 🐛 fixed typeit integration 2023-01-08 21:44:15 +00:00
Nuno Coração
1643b7ffc7 ♻️ heroStyle in front-matter 2023-01-08 21:18:05 +00:00
Nuno Coração
9a424d8f06
Merge pull request #407 from adir1/main
🐛 added support for heroStyle via front-matter
2023-01-08 21:02:36 +00:00
Nuno Coração
774a1fc981 🐛 fix reference to nav.scroll_to_top_title 2023-01-08 20:48:22 +00:00
Adi Rabinovich
75145a91f8 Fixes issue nunocoracao/blowfish#405 2023-01-08 15:44:32 -05:00
Mircea-Pavel ANTON
1460aefdd6 Extract the "scroll to top" section as a partial 2023-01-07 03:44:09 +02:00
madoke
dfb18c126c add nested menus capability 2023-01-06 16:57:51 +00:00
Nuno Coração
a17139e1dd final polish and version bump 2023-01-05 20:45:47 +00:00
Nuno Coração
b293b18ccc 🐛 fix text rendering issue in hero homepage layout 2023-01-05 19:24:46 +00:00
Nuno Coração
e86df4129b 💄 added list.constrainItemsWidth to constrain items width 2023-01-05 19:18:24 +00:00
Nuno Coração
41f90d20a5 🐛 fix disableImageOptimization usage across all images in theme 2023-01-05 18:23:21 +00:00
Nuno Coração
e3eb3824f1
Merge branch 'subnavigation-feature-branch' into dev 2023-01-03 20:47:55 +00:00
Miles Pernicious
9c3326f395
Fix missing title attribute from search button
This was caused by an extra space before an enquoted identifier,
causing the i18n lookup to fail.
2023-01-01 23:55:00 -10:00
madoke
45c6546983 Add support for subnavigation menu 2023-01-02 00:58:45 +00:00
Nuno Coração
7049775470 🐛 fixed likes and view counters for taxonomies and terms 2023-01-01 22:23:42 +00:00
Nuno Coração
caa8476e35 🐛 fix for sharing links parameter in params.toml config file 2023-01-01 21:32:56 +00:00
Nuno Coração
7db7ee8034
Merge pull request #360 from pfrogond/dev
 Support for UTF-8 encoded series names; small updates
2023-01-01 21:10:21 +00:00
Maciej Opaliński
eb4554ffc6
fix: Fix header with disabled logo on mobile 2023-01-01 17:44:20 +01:00
Ondřej Pfrogner
08ba9d8402
Change so it doesn't affect list pages. 2022-12-31 20:31:47 +01:00
Ondřej Pfrogner
cc51ec03c1
Delete 200 word requirement for scroll to top 2022-12-31 20:14:50 +01:00
Ondřej Pfrogner
1211608786
Support for UTF-8 encoded series names 2022-12-31 18:22:58 +01:00
Ondřej Pfrogner
2039409722
Support for UTF-8 encoded series names 2022-12-31 18:22:23 +01:00
Nuno Coração
6bccf5c7d9 ♻️ refactor article links, cards, and recent articles partials 2022-12-31 15:58:20 +00:00
Nuno Coração
2fab070f49 Taxonomy add card view 2022-12-31 15:35:21 +00:00
Nuno Coração
09a5be7077 TypeIt integration 2022-12-31 14:51:04 +00:00
Nuno Coração
e7bbd250d9 💄 Review list grids 2022-12-30 21:37:28 +00:00
Nuno Coração
889f30f41a ♻️ Refactor custom landing page and recent articles 2022-12-30 19:30:16 +00:00
Nuno Coração
2af0079c92 update site references 2022-12-30 15:25:34 +00:00
Nuno Coração
7302083428 small fixes for main release 2022-12-21 23:46:19 +00:00
Nuno Coração
0516d2fb96 🐛 Image zoom level too low 2022-12-21 20:48:57 +00:00
Nuno Coração
19a93e421b
Merge pull request #338 from nunocoracao/324-term-view-is-missing-a-margin-before-content-list
🐛 Term view is missing a margin before content list
2022-12-21 19:50:27 +00:00
Nuno Coração
6787cded15 🐛 Term view is missing a margin before content list 2022-12-21 19:49:19 +00:00
Nuno Coração
68f9da6c27
Merge pull request #329 from chrisbanes/cb/grid-recent-articles
💄 Use grid rather than flexbox for recent articles
2022-12-21 19:39:47 +00:00
Nuno Coração
9059b558af
Merge pull request #327 from chrisbanes/cb/fill-thumbs
Improve resizing for article thumbnails
2022-12-18 11:47:35 +00:00
Chris Banes
8c939bf372 Use grid rather than flexbox for recent articles
Currently the items include some inner padding, which means
that the items have some leading spacing on the left/right
which don't align with the keyline.

This PR updates this to use a grid, with a fixed number of
columns depending on the screen size.
2022-12-17 15:58:50 +00:00
Sergio Diaz
1337a8fff4 🌐 add i18n for article series 2022-12-16 13:29:10 -06:00
Chris Banes
177b0fd567
Improve resizing for article thumbnails
Currently, the image is resized to be 600px, which will work for
most images but caused issues for images which have very wide
aspect ratios. This change updates the partials to use a Fill with
an appropriate bounding box, rather than a simple resize.
2022-12-15 18:26:31 +00:00
Nuno Coração
b2045506dc Term add card view 2022-12-12 23:26:43 +00:00
Nuno Coração
88b8647fb7 Term add hero image 2022-12-12 23:17:14 +00:00
Nuno Coração
8b132ffa0e Term add likes and views 2022-12-12 23:04:27 +00:00
Nuno Coração
07055a2934 Taxonomy add hero image 2022-12-12 22:58:42 +00:00
Nuno Coração
8171739c7e ♻️ refactor articles and list to use page.js logic instead of inline js 2022-12-12 22:43:05 +00:00
Nuno Coração
3034722b47 Taxonomy add likes and views 2022-12-12 22:34:28 +00:00
Nuno Coração
738f8ee4cc added margin to article pagination links 2022-12-12 21:36:54 +00:00
Krishna Santosh
16bc8cf841 fix: moved Tags Authors to left in mobile view 2022-12-12 22:04:33 +05:30
Krishna Santosh
38bcea0e0a
fix: add margin-bottom to the-top element 2022-12-11 18:28:14 +05:30
madoke
142bd004b0 Remove duplicate code 2022-12-04 09:51:29 +00:00
Nuno Coração
0eea85631c Background heros improvements 2022-12-02 22:32:37 +00:00
Nuno Coração
ee838f0590 fixed bug 2022-11-24 21:24:43 +00:00
Nuno Coração
cae852186c Different pagination style by @martinvisser 2022-11-24 21:21:36 +00:00
Anton Antonov
d024ad961b 266: Added option to disable the space between the header and the footer when using heroStyle: background 2022-11-22 12:55:24 +02:00