Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion src/config/pages/dai-news.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"category": "",
"headline": "Field Desktop 3.5 release",
"teaser": {
"content": "<p>Version 3.5.0 of Field Desktop has been released!</p><p>The release introduces a project-specific relations, export of matrices, zooming in images and a new manual chapter on data import.</p>",
"content": "<p>Version 3.5.0 of Field Desktop has been released!</p><p>The release introduces project-specific relations, export of matrices, zooming in images and a new manual chapter on data import and export.</p>",
"image": {
"src": "/assets/images/content/news/2025/2025-02-11_Field_3-5_Screenshot.png",
"title": "Field 3.5.0",
Expand Down
4 changes: 2 additions & 2 deletions src/config/pages/home/home-top.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ <h2>

<div class="article__content">
<p class="article__date">
16.10.2023
11.02.2025
</p>
<!-- /.article__date -->

Expand All @@ -227,7 +227,7 @@ <h5 class="article_title">
</h5>
<!-- /.article__title -->

<p class="article__entry">Version 3.5.0 of Field Desktop has been released! The release introduces a project-specific relations, export of matrices, zooming in images and a new manual chapter on data import.</p>
<p class="article__entry">Version 3.5.0 of Field Desktop has been released! The release introduces project-specific relations, export of matrices, zooming in images and a new manual chapter on data import and export.</p>
<!-- /.article__entry -->

<a href="news?item=1">read more></a>
Expand Down
Loading