Skip to content

Commit

Permalink
changed: misc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid committed Aug 26, 2024
1 parent 8033262 commit 24e994e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "احترف سكراتش في 10 أيام"
description: ""كتاب احترف سكراتش Scratch يهدف لتعليم البرمجة للأطفال والناشئة بالإعتماد على برنامج سكراتش الذي تم تطويره في مختبرات جامعة MIT الأمريكية.""
description: "كتاب احترف سكراتش Scratch يهدف لتعليم البرمجة للأطفال والناشئة بالإعتماد على برنامج سكراتش الذي تم تطويره في مختبرات جامعة MIT الأمريكية."
date: "2015-09-27T09:27:09+00:00"
url: /become-a-scratch-professional-in-10-days
thumbnail: become-a-scratch-professional-in-10-days.jpg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ url: /creating-facebook-pages-with-impact
thumbnail: creating-facebook-pages-with-impact.jpg

# Book Info.
creator: "جمعية تبادل الإعلام الاجتماعي "سميكس
creator: "جمعية تبادل الإعلام الاجتماعي سميكس"
pages: 72
version: "1"
release: 2012
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto Naskh Arabic">
<link rel="stylesheet" href="/styles.css">
{{- $styles := resources.Get "css/styles.css" | postCSS (dict "config" "./assets/css/postcss.config.js") -}}
{{- if .Site.IsServer }}
{{- if hugo.IsServer }}
<link rel="stylesheet" href="{{ $styles.RelPermalink }}" />
{{ else }}
{{- $styles := $styles| minify | fingerprint | resources.PostProcess -}}
Expand Down

0 comments on commit 24e994e

Please sign in to comment.