浏览代码

Fixed filenames of resources that were not up to standards.

Jason Crist 2 年之前
父节点
当前提交
e935cbbe4e
共有 2 个文件被更改,包括 24 次插入0 次删除
  1. 12 0
      decibel/patterns/illustration-1.php
  2. 12 0
      decibel/patterns/illustration-2.php

+ 12 - 0
decibel/patterns/illustration-1.php

@@ -0,0 +1,12 @@
+<?php
+/**
+ * Title: Illustration 1
+ * Slug: decibel/illustration_1
+ * Categories: illustrations
+ */
+?>
+<!-- wp:image {"sizeSlug":"full","linkDestination":"none"} -->
+<figure class="wp-block-image size-full">
+	<img src="<?php echo esc_url( get_stylesheet_directory_uri() ) . '/assets/illustrations/illustration_1.jpg'; ?>" />
+</figure>
+<!-- /wp:image -->

+ 12 - 0
decibel/patterns/illustration-2.php

@@ -0,0 +1,12 @@
+<?php
+/**
+ * Title: Illustration 2
+ * Slug: decibel/illustration_b2
+ * Categories: illustrations
+ */
+?>
+<!-- wp:image {"sizeSlug":"full","linkDestination":"none"} -->
+<figure class="wp-block-image size-full">
+	<img src="<?php echo esc_url( get_stylesheet_directory_uri() ) . '/assets/illustrations/illustration_2.jpg'; ?>" />
+</figure>
+<!-- /wp:image -->